programs.zsh.syntaxHighlighting: Fix default value for patterns

+1 -1
+1 -1
nixos/modules/programs/zsh/zsh-syntax-highlighting.nix
··· 32 }; 33 34 patterns = mkOption { 35 - default = []; 36 type = types.attrsOf types.string; 37 38 example = literalExample ''
··· 32 }; 33 34 patterns = mkOption { 35 + default = {}; 36 type = types.attrsOf types.string; 37 38 example = literalExample ''