[z790prors] Add git system package

This commit is contained in:
2024-08-23 12:52:19 -07:00
parent ca4cdd0d26
commit 63ff1a9826

View File

@@ -104,11 +104,10 @@ in
# List packages installed in system profile. To search, run:
# $ nix search wget
# environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
# firefox
# ];
environment.systemPackages = with pkgs; [
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
git
];
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.