From 4fb2c8cc1246187af99ec5d862b59564c38485cf Mon Sep 17 00:00:00 2001 From: unexplrd Date: Sat, 31 May 2025 14:16:19 +0300 Subject: [PATCH] hosts/morphius: change desktop, colors Signed-off-by: unexplrd --- hosts/morphius/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/morphius/configuration.nix b/hosts/morphius/configuration.nix index 92e1f35..2bc0a50 100644 --- a/hosts/morphius/configuration.nix +++ b/hosts/morphius/configuration.nix @@ -31,7 +31,7 @@ } ]; - desktop.niri.enable = true; + desktop.gnome.enable = true; module = { config = { @@ -43,7 +43,7 @@ }; stylix = { enable = true; - theme = "rose-pine-moon"; + theme = "gruvbox-dark-pale"; }; };