modules/zsh: fix renamed options

This commit is contained in:
Tim Schubert 2024-06-01 15:53:56 +02:00
parent 9d1c9974cd
commit 48d3044763
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0

View file

@ -14,9 +14,9 @@ in
programs.fzf.enableZshIntegration = true;
programs.zsh = {
enable = true;
enableAutosuggestions = true;
enableCompletion = true;
enableVteIntegration = true;
autosuggestion.enable = true;
autocd = true;
sessionVariables = {
EDITOR = "hx";