mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-09 23:49:43 +00:00
programs.zsh.enableSyntaxHighlighting -> programs.zsh.syntaxHighlighting.enable
This commit is contained in:
parent
ba5b465b71
commit
05cf687483
1 changed files with 1 additions and 1 deletions
2
home.nix
2
home.nix
|
@ -80,7 +80,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
enableAutosuggestions = true;
|
enableAutosuggestions = true;
|
||||||
enableSyntaxHighlighting = true;
|
syntaxHighlighting.enable = true;
|
||||||
# enableBashCompletion = true;
|
# enableBashCompletion = true;
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue