fix(home-manager): Zsh renamed attribute

This commit is contained in:
Jalil David Salamé Messina 2024-03-29 13:26:00 +01:00
parent 392e3df55f
commit ac39e75f89
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -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";