From b117c3e7da9a3ef64fd5978c233b86c0d6b1dd09 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sun, 16 Nov 2025 21:38:32 -0600 Subject: [PATCH] changing theme --- config/stylix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/stylix.nix b/config/stylix.nix index e73f912..85f78fe 100644 --- a/config/stylix.nix +++ b/config/stylix.nix @@ -9,7 +9,7 @@ let schemesFile = import ./schemes.nix { inherit pkgs inputs; }; - scheme = schemesFile.schemes.febroary; + scheme = schemesFile.schemes.who; cfg = config.my.stylix; gnomeEnabled = config.services.desktopManager.gnome.enable; in