From 9f33975f63daaa9dd540bd10b683f54034754b9a Mon Sep 17 00:00:00 2001 From: etwas Date: Fri, 14 Nov 2025 21:53:45 +0100 Subject: [PATCH] feat(wm): enable niri as default --- modules/utils/auth.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; };