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";