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"; }; };