Remove zsh config
1 file changed, 0 insertions(+), 14 deletions(-)
changed files
M system/settings/darwin.nix → system/settings/darwin.nix
@@ -26,20 +26,6 @@ nixpkgs.config = { allowUnfree = true; }; - programs.zsh = { - enable = true; - loginShellInit = '' - source /System/Library/Templates/Data/private/etc/zprofile - ''; - interactiveShellInit = '' - if [[ "$(/usr/bin/locale LC_CTYPE)" == "UTF-8" ]]; then - setopt COMBINING_CHARS - fi - # Useful support for interacting with Terminal.app or other terminal programs - [[ -r "/etc/zshrc_$TERM_PROGRAM" ]] && . "/etc/zshrc_$TERM_PROGRAM" - ''; - }; - environment.systemPackages = with pkgs; [ watch coreutils-prefixed