From 48d3044763aa0418cc3c5040dc2c7a5860e24681 Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Sat, 1 Jun 2024 15:53:56 +0200 Subject: [PATCH] modules/zsh: fix renamed options --- home/modules/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/zsh.nix b/home/modules/zsh.nix index 5e054b7..58cef5b 100644 --- a/home/modules/zsh.nix +++ b/home/modules/zsh.nix @@ -14,9 +14,9 @@ in programs.fzf.enableZshIntegration = true; programs.zsh = { enable = true; - enableAutosuggestions = true; enableCompletion = true; enableVteIntegration = true; + autosuggestion.enable = true; autocd = true; sessionVariables = { EDITOR = "hx";