diff --git a/nixos/system/home/shared.nix b/nixos/system/home/shared.nix index 0645f99..83db851 100644 --- a/nixos/system/home/shared.nix +++ b/nixos/system/home/shared.nix @@ -122,7 +122,6 @@ in { zsh = { enable = true; autocd = true; - enableAutosuggestions = true; autosuggestion.enable = true; enableCompletion = true; defaultKeymap = "emacs";