This commit is contained in:
atagen 2024-12-05 14:54:13 +11:00
parent e02af13482
commit ddff60ba4b

View File

@ -31,8 +31,8 @@ in {
};
in
mkIf (cfg.pattern != "" && cfg.pattern != [])
serialise.${typeOf cfg.pattern}
cfg.pattern;
(serialise.${typeOf cfg.pattern}
cfg.pattern);
CULR_PALETTE = mkIf (cfg.palette != []) (concatStringsSep ";" cfg.palette);
};
};