From 80ddaa8e36a004d2af8e34f8722a9638f0672f7a Mon Sep 17 00:00:00 2001 From: jay Date: Sun, 29 Jun 2025 01:20:01 -0400 Subject: [PATCH] Add git to common config. --- nodes/hosts/common/git.nix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 nodes/hosts/common/git.nix diff --git a/nodes/hosts/common/git.nix b/nodes/hosts/common/git.nix new file mode 100644 index 0000000..f940bb3 --- /dev/null +++ b/nodes/hosts/common/git.nix @@ -0,0 +1,4 @@ +{ pkgs, ... }: { + programs.git.enable = true; +} +