From fa5845808b33dd278f98b58065c87b8657baedcc Mon Sep 17 00:00:00 2001 From: soraefir Date: Sun, 10 May 2026 11:50:34 +0200 Subject: [PATCH] fix --- modules/shared/syscfg/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/shared/syscfg/default.nix b/modules/shared/syscfg/default.nix index 979eac6..d5802ac 100644 --- a/modules/shared/syscfg/default.nix +++ b/modules/shared/syscfg/default.nix @@ -102,7 +102,7 @@ let palette = mkOption { type = types.attrsOf types.str; }; }; }; - default = import ../colors; + default = (import ../colors).colorScheme; }; containers = mkOption { type = types.attrsOf (types.submodule {