diff --git a/home-manager/package-configs/zsh.nix b/home-manager/package-configs/zsh.nix index f29743f..f7346cd 100644 --- a/home-manager/package-configs/zsh.nix +++ b/home-manager/package-configs/zsh.nix @@ -34,7 +34,7 @@ }; } ]; - enableAutosuggestions = true; + autosuggestion.enable = true; enableCompletion = true; historySubstringSearch.enable = true; syntaxHighlighting.enable = true;