it hurts
This commit is contained in:
parent
dbae543df3
commit
2dfb8c9a12
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue