do not enable zsh globally
This commit is contained in:
parent
88a096239a
commit
57e1357569
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
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";
|
i18n.defaultLocale = "en_GB.UTF-8";
|
||||||
|
|
Loading…
Reference in a new issue