From 561d02b1738f8d4afb37ce9b741960c94cbed2c3 Mon Sep 17 00:00:00 2001 From: unexplrd Date: Tue, 6 May 2025 00:52:25 +0300 Subject: [PATCH] hosts/sarien: theme back to nord Signed-off-by: unexplrd --- hosts/sarien/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sarien/configuration.nix b/hosts/sarien/configuration.nix index 81be10b..40997ea 100644 --- a/hosts/sarien/configuration.nix +++ b/hosts/sarien/configuration.nix @@ -28,7 +28,7 @@ }; stylix = { enable = true; - theme = "himalaya"; + theme = "nord"; }; };