diff --git a/modules/utils/auth.nix b/modules/utils/auth.nix index 5793ed6..c807f0d 100644 --- a/modules/utils/auth.nix +++ b/modules/utils/auth.nix @@ -12,7 +12,7 @@ enable = true; settings = { default_session = { - command = "${pkgs.greetd.tuigreet}/bin/tuigreet -t -g \"Hello there (^^)/\" --cmd 'Hyprland'"; + command = "${pkgs.tuigreet}/bin/tuigreet -t -g \"Hello there (^^)/\" --cmd 'Hyprland'"; user = "rhea"; }; };