{config, ...}: { programs.zsh = { enable = true; enableAutosuggestions = true; enableCompletion = true; syntaxHighlighting.enable = true; enableVteIntegration = true; autocd = true; dotDir = ".config/zsh"; historySubstringSearch.enable = true; history.path = "${config.xdg.dataHome}/zsh/history"; }; programs.keychain.enableZshIntegration = true; programs.starship.enableZshIntegration = true; programs.nix-index.enableZshIntegration = true; }