change option based on update
This commit is contained in:
parent
8954a71f8f
commit
e6a7898498
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ in
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultKeymap = "viins";
|
defaultKeymap = "viins";
|
||||||
enableAutosuggestions = true;
|
autosuggestion.enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
history = {
|
history = {
|
||||||
|
|
Loading…
Reference in a new issue