From 63ff1a98265d64ec9bf2bcdbb42d2430fc28a50a Mon Sep 17 00:00:00 2001 From: John Ogle Date: Fri, 23 Aug 2024 12:52:19 -0700 Subject: [PATCH] [z790prors] Add git system package --- machines/z790prors/configuration.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/machines/z790prors/configuration.nix b/machines/z790prors/configuration.nix index fb7bf1f..3f10617 100644 --- a/machines/z790prors/configuration.nix +++ b/machines/z790prors/configuration.nix @@ -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.