Add git to common config.

This commit is contained in:
jay
2025-06-29 01:20:01 -04:00
parent 69cfb61b0b
commit 80ddaa8e36

View File

@@ -0,0 +1,4 @@
{ pkgs, ... }: {
programs.git.enable = true;
}