diff --git a/configuration.nix b/configuration.nix index 60cd8f7..fe9e412 100644 --- a/configuration.nix +++ b/configuration.nix @@ -17,6 +17,9 @@ timeout = 3; }; + # Packages + environment.systemPackages = with pkgs; [ htop vim ]; + # Run Nix garbage collector, while avoiding compiling nix = { autoOptimiseStore = true;