programs.zsh.syntaxHighlighting: Fix default value for patterns

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