{config, ...}: { imports = [./default.nix]; 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"; }; direnv.enableZshIntegration = true; fzf.enableZshIntegration = true; keychain.enableZshIntegration = true; starship.enableZshIntegration = true; }; }