From e4781a2c772c1bd6802e65847629f2248ba37336 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Wed, 23 Jul 2025 08:29:48 -0400 Subject: 2025-07-23 --- modules/shell/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/shell/zsh.nix') diff --git a/modules/shell/zsh.nix b/modules/shell/zsh.nix index c39ec7a..c844564 100644 --- a/modules/shell/zsh.nix +++ b/modules/shell/zsh.nix @@ -39,7 +39,7 @@ in { }; zsh = { enable = true; - enableAutosuggestions = true; + autosuggestion.enable = true; enableCompletion = true; syntaxHighlighting.enable = true; autocd = true; -- cgit v1.2.1