Add packages
This commit is contained in:
parent
aa33cf67ba
commit
7ef168c2c9
|
@ -17,6 +17,9 @@
|
|||
timeout = 3;
|
||||
};
|
||||
|
||||
# Packages
|
||||
environment.systemPackages = with pkgs; [ htop vim ];
|
||||
|
||||
# Run Nix garbage collector, while avoiding compiling
|
||||
nix = {
|
||||
autoOptimiseStore = true;
|
||||
|
|
Loading…
Reference in New Issue