diff --git a/modules/common/default.nix b/modules/common/default.nix index 5aa4549..f83e6e4 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -18,9 +18,10 @@ nixpkgs.config.allowUnfree = true; # Forgive me Mr. Stallman :( system.switch.enableNg = true; - environment.systemPackages = [ - pkgs.btop - pkgs.ncdu + environment.systemPackages = with pkgs; [ + btop + ncdu + git ]; # FIXME not the best place