diff --git a/home/modules/zsh.nix b/home/modules/zsh.nix index 5e054b7..58cef5b 100644 --- a/home/modules/zsh.nix +++ b/home/modules/zsh.nix @@ -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";