Add packages

This commit is contained in:
2021-03-15 11:10:04 +01:00
parent aa33cf67ba
commit 7ef168c2c9

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;