From 989c74018459a47070e16fda70ab0e4cdbae2b0a Mon Sep 17 00:00:00 2001 From: unexplrd Date: Thu, 29 May 2025 11:14:02 +0300 Subject: [PATCH] hosts/sarien: switch to gnome Signed-off-by: unexplrd --- hosts/sarien/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/sarien/configuration.nix b/hosts/sarien/configuration.nix index fc26d9e..24e4527 100644 --- a/hosts/sarien/configuration.nix +++ b/hosts/sarien/configuration.nix @@ -23,10 +23,10 @@ system.stateVersion = "25.11"; time.timeZone = "Europe/Kyiv"; - desktop.niri.enable = true; - services.greetd.settings.initial_session = { + desktop.gnome.enable = true; + services.displayManager.autoLogin = { + enable = true; user = "user"; - command = "${pkgs.niri}/bin/niri-session"; }; zramSwap.enable = true; @@ -52,7 +52,7 @@ }; stylix = { enable = true; - theme = "rose-pine-moon"; + theme = "gruvbox-dark-pale"; }; };