From a87f9126008899296e4833a3f0af300db12c8fa0 Mon Sep 17 00:00:00 2001 From: unexplrd Date: Sun, 4 May 2025 16:58:22 +0300 Subject: [PATCH] hosts/sarien: new theme Signed-off-by: unexplrd --- hosts/sarien/configuration.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/hosts/sarien/configuration.nix b/hosts/sarien/configuration.nix index d181cd6..bd990f0 100644 --- a/hosts/sarien/configuration.nix +++ b/hosts/sarien/configuration.nix @@ -1,8 +1,4 @@ -{ - inputs, - pkgs, - ... -}: { +{inputs, ...}: { imports = with inputs; [ self.nixosModules.desktop self.nixosModules.system @@ -24,7 +20,7 @@ }; module.stylix = { enable = true; - theme = "helios"; + theme = "himalaya"; }; desktop.niri.enable = true;