File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3
3
with lib ;
4
4
5
5
let
6
- cfg = config . programs . zsh . syntax-highlighting ;
6
+ cfg = config . programs . zsh . syntaxHighlighting ;
7
7
in
8
8
{
9
9
options = {
10
- programs . zsh . syntax-highlighting = {
10
+ programs . zsh . syntaxHighlighting = {
11
11
enable = mkOption {
12
12
default = false ;
13
13
type = types . bool ;
Original file line number Diff line number Diff line change @@ -206,6 +206,9 @@ with lib;
206
206
( mkRemovedOptionModule [ "fonts" "fontconfig" "renderMonoTTFAsBitmap" ] "" )
207
207
208
208
# ZSH
209
- ( mkRenamedOptionModule [ "programs" "zsh" "enableSyntaxHighlighting" ] [ "programs" "zsh" "syntax-highlighting" "enable" ] )
209
+ ( mkRenamedOptionModule [ "programs" "zsh" "enableSyntaxHighlighting" ] [ "programs" "zsh" "syntaxHighlighting" "enable" ] )
210
+ ( mkRenamedOptionModule [ "programs" "zsh" "syntax-highlighting" "enable" ] [ "programs" "zsh" "syntaxHighlighting" "enable" ] )
211
+ ( mkRenamedOptionModule [ "programs" "zsh" "syntax-highlighting" "highlighters" ] [ "programs" "zsh" "syntaxHighlighting" "highlighters" ] )
212
+ ( mkRenamedOptionModule [ "programs" "zsh" "syntax-highlighting" "patterns" ] [ "programs" "zsh" "syntaxHighlighting" "patterns" ] )
210
213
] ;
211
214
}
You can’t perform that action at this time.
0 commit comments