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