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;