From 6a7fcf6152fbc48012e634fdb889c1629a4c7d7b Mon Sep 17 00:00:00 2001 From: soraefir Date: Sun, 10 May 2026 11:58:29 +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 c4b8471..c3f186c 100644 --- a/modules/shared/syscfg/default.nix +++ b/modules/shared/syscfg/default.nix @@ -100,7 +100,7 @@ let # slug = mkOption { type = types.str; }; # name = mkOption { type = types.str; }; # palette = mkOption { - type = types.attrs; default = {};# }; + type = types.attrs; #default = {};# }; #}; # }; default = (import ../colors {});