From 7ddfd59f6b4c0ea10063c8792ef33f83ffc4ddba Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Wed, 9 Jul 2025 16:02:05 -0500 Subject: [PATCH] sam: Install git --- sam/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/sam/configuration.nix b/sam/configuration.nix index 42fe35e..6788db5 100644 --- a/sam/configuration.nix +++ b/sam/configuration.nix @@ -114,6 +114,7 @@ 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 + git ]; # Some programs need SUID wrappers, can be configured further or are