From fa800ab3ec2d2d7fdf13694ae0f5fa04f45c190a Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 18 Apr 2024 19:31:30 -0400 Subject: [PATCH] shells/zsh: fix autosuggestion enable --- users/modules/global/shells/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/modules/global/shells/zsh.nix b/users/modules/global/shells/zsh.nix index bc6c362..7894ce8 100644 --- a/users/modules/global/shells/zsh.nix +++ b/users/modules/global/shells/zsh.nix @@ -7,7 +7,7 @@ enableCompletion = true; enableVteIntegration = true; - enableAutosuggestions = true; + autosuggestion.enable = true; syntaxHighlighting.enable = true; # defaultKeymap = "emacs";