fix(home-manager): Zsh renamed attribute
This commit is contained in:
parent
392e3df55f
commit
ac39e75f89
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ in
|
|||
programs.zoxide.enable = true;
|
||||
# Shell
|
||||
programs.zsh.enable = true;
|
||||
programs.zsh.enableAutosuggestions = true;
|
||||
programs.zsh.autosuggestion.enable = true;
|
||||
programs.zsh.enableCompletion = true;
|
||||
programs.zsh.autocd = true;
|
||||
programs.zsh.dotDir = ".config/zsh";
|
||||
|
|
Loading…
Reference in a new issue