This commit is contained in:
atagen 2024-12-05 14:45:13 +11:00
parent dbae543df3
commit 2dfb8c9a12

View File

@ -10,8 +10,8 @@ in {
options.programs.culr = {
enable = mkEnableOption "culr";
pattern = mkOption {
type = with types; nullOr (either (listOf int) str);
default = null;
type = with types; listOf int;
default = [];
description = "colourising pattern";
};
palette = mkOption {