diff --git a/modules/desktop/greetd.nix b/modules/desktop/greetd.nix index 924ee6c..f4b8ed5 100644 --- a/modules/desktop/greetd.nix +++ b/modules/desktop/greetd.nix @@ -4,10 +4,10 @@ enable = true; settings = rec { default_session = { - command = "${pkgs.tuigreet} --cmd start-hyprland"; + command = "${pkgs.tuigreet}/bin/tuigreet --cmd start-hyprland"; user = "lilly"; }; initial_session = default_session; }; }; -} \ No newline at end of file +}