Add packages

This commit is contained in:
coolneng 2021-03-15 11:10:04 +01:00
parent aa33cf67ba
commit 7ef168c2c9
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@
timeout = 3;
};
# Packages
environment.systemPackages = with pkgs; [ htop vim ];
# Run Nix garbage collector, while avoiding compiling
nix = {
autoOptimiseStore = true;