diff --git a/roles/home/zsh.nix b/roles/home/zsh.nix index 4e3b358..7d4c529 100644 --- a/roles/home/zsh.nix +++ b/roles/home/zsh.nix @@ -1,4 +1,4 @@ -{ config, pkgs, lib, ... }: +{ pkgs, ... }: { home.packages = with pkgs; [ any-nix-shell ]; @@ -11,7 +11,7 @@ plugins = [ "git" "sudo" "docker" "docker-compose" "adb" "systemd" ]; theme = "bira"; }; - enableAutosuggestions = true; + enableAutosuggestions = false; dotDir = ".config/zsh"; initExtra = '' # avoid macOS updates to destroy nix