about summary refs log tree commit diff stats
path: root/hm/soispha/conf/zsh/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soispha/conf/zsh/default.nix')
-rw-r--r--hm/soispha/conf/zsh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/zsh/default.nix b/hm/soispha/conf/zsh/default.nix
index fc0387aa..45d4fe46 100644
--- a/hm/soispha/conf/zsh/default.nix
+++ b/hm/soispha/conf/zsh/default.nix
@@ -13,7 +13,7 @@
   home.sessionPath = [];
   programs.zsh = {
     enable = true;
-    enableAutosuggestions = true;
+    autosuggestion.enable = true;
     enableCompletion = true;
     syntaxHighlighting.enable = true;