hosts/common: install git by default

This commit is contained in:
Aly Raffauf 2024-07-30 20:56:38 -04:00
parent a9576e4ec3
commit bc207b683a

View file

@ -7,5 +7,5 @@
./secrets.nix ./secrets.nix
]; ];
environment.systemPackages = with pkgs; [inxi]; environment.systemPackages = with pkgs; [git inxi];
} }