Add git to orangepihole

This commit is contained in:
Chris Dombroski 2024-04-24 12:38:46 -04:00
parent af78b7151e
commit 947d778371

View file

@ -72,6 +72,7 @@
environment.systemPackages = with pkgs; [
git
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wget
];