From 4dcc09d9c90ae7351182ff88012a5de6dec81033 Mon Sep 17 00:00:00 2001
From: makefu <github@syntax-fehler.de>
Date: Fri, 31 May 2024 20:01:46 +0200
Subject: [PATCH] zsh: enableAutosuggestions -> autosuggestion.enable

---
 2configs/home-manager/zsh.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 = {