Add basic tools to the base system

This commit is contained in:
Cyryl Płotnicki 2019-07-04 21:05:30 +01:00
parent 277858bb10
commit 7330ab9f41

View file

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