From 99388e4590d293a6c6b3674637f107a87511a2ad Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Mon, 18 Mar 2024 10:42:46 +0100 Subject: [PATCH] still use old option because of laptop --- home-manager/zsh.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home-manager/zsh.nix b/home-manager/zsh.nix index 7c861d0..d23f593 100644 --- a/home-manager/zsh.nix +++ b/home-manager/zsh.nix @@ -3,7 +3,8 @@ programs.zsh = { enable = true; enableCompletion = true; - autosuggestion.enable = true; + # new option autosuggestion.enable = true; + enableAutosuggestions = true; shellAliases = { ll = "ls -l"; update = "sudo nixos-rebuild switch";