programs.zsh.syntaxHighlighting: Fix default value for patterns
This commit is contained in:
parent
5cb03b9538
commit
b8ebc60abd
@ -32,7 +32,7 @@ in
|
||||
};
|
||||
|
||||
patterns = mkOption {
|
||||
default = [];
|
||||
default = {};
|
||||
type = types.attrsOf types.string;
|
||||
|
||||
example = literalExample ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user