From 89ff07ac7be06d46441fafbf6ec335bcb4809e8d Mon Sep 17 00:00:00 2001 From: unexplrd Date: Fri, 13 Jun 2025 00:15:32 +0300 Subject: [PATCH] hosts/dunamis: switch to niri Signed-off-by: unexplrd --- hosts/dunamis/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/dunamis/configuration.nix b/hosts/dunamis/configuration.nix index ba43108..37b65b9 100644 --- a/hosts/dunamis/configuration.nix +++ b/hosts/dunamis/configuration.nix @@ -22,7 +22,7 @@ system.stateVersion = "25.11"; time.timeZone = "Europe/Kyiv"; - desktop.gnome.enable = true; + desktop.niri.enable = true; services.displayManager.autoLogin = { enable = true; user = "user";