From 943e6ed2b824951c7c84af7b6ae2575bfa269350 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Wed, 3 Apr 2024 19:54:34 +0200 Subject: [PATCH] home-manager try not to move options for 5 minutes challenge --- modules/cli/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cli/zsh.nix b/modules/cli/zsh.nix index b183e83..177f0cf 100644 --- a/modules/cli/zsh.nix +++ b/modules/cli/zsh.nix @@ -66,7 +66,7 @@ in { extended = true; ignoreSpace = true; }; - enableAutosuggestions = true; + autosuggestion.enable = true; enableCompletion = true; autocd = false; dotDir = ".config/zsh";