it hurts
This commit is contained in:
parent
dbae543df3
commit
2dfb8c9a12
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user