Merge pull request #26380 from danielfullmer/zsh-syntax-highlighting-module
programs.zsh.syntaxHighlighting: Fix default value for patterns
This commit is contained in:
commit
32f066da8f
@ -32,7 +32,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
patterns = mkOption {
|
patterns = mkOption {
|
||||||
default = [];
|
default = {};
|
||||||
type = types.attrsOf types.string;
|
type = types.attrsOf types.string;
|
||||||
|
|
||||||
example = literalExample ''
|
example = literalExample ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user