all repos — nixfiles @ f8f5398d96b34adb178b9b73ee8228e78eddd329

System and user configuration, managed by nix and home-manager

Remove zsh config

Alan Pearce
commit

f8f5398d96b34adb178b9b73ee8228e78eddd329

parent

4a22fe0cf6b7c54d67dbf7c45d82fb8d7f330bbf

1 file changed, 0 insertions(+), 14 deletions(-)

changed files
M system/settings/darwin.nixsystem/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