do not enable zsh globally

This commit is contained in:
Cyryl Płotnicki 2019-07-14 08:53:54 +01:00
parent 88a096239a
commit 57e1357569

View file

@ -25,7 +25,7 @@ in
};
environment.systemPackages = with pkgs; [
wget git zsh gnupg curl tmux python36Packages.glances vim htop atop firefox home-manager alacritty
wget git gnupg curl tmux python36Packages.glances vim htop atop firefox home-manager alacritty
];
i18n.defaultLocale = "en_GB.UTF-8";