From 1f37bc474fd02abec4813322266843897248bf74 Mon Sep 17 00:00:00 2001 From: Lilly Date: Tue, 6 Jan 2026 11:42:58 +0000 Subject: [PATCH] Auto-commit: 2026-01-06 11:42:58 --- modules/desktop/greeter.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/desktop/greeter.nix b/modules/desktop/greeter.nix index d8aabf2..7555546 100644 --- a/modules/desktop/greeter.nix +++ b/modules/desktop/greeter.nix @@ -5,7 +5,7 @@ enable = true; settings = rec { default_session = { - command = "${pkgs.uwsm}/bin/uwsm start -e -D Hyprland ${pkgs.gyprland}/bin/start-hyprland"; + command = "${pkgs.uwsm}/bin/uwsm start -e -D Hyprland ${pkgs.hyprland}/bin/start-hyprland"; user = "lilly"; }; initial_session = default_session;