diff --git a/2configs/home-manager/zsh.nix b/2configs/home-manager/zsh.nix
index 6f05bcc..b9432ae 100644
--- a/2configs/home-manager/zsh.nix
+++ b/2configs/home-manager/zsh.nix
@@ -54,7 +54,7 @@ direnv allow
     programs.fzf.enable = false; # alt-c
     programs.zsh = {
       enable = true;
-      enableAutosuggestions = false;
+      autosuggestion.enable = false;
       enableCompletion = true;
       oh-my-zsh.enable = false;
       history = {