Add gitFull package for git.

It allows me to send patch emails
This commit is contained in:
Eli Ribble 2025-03-06 15:00:14 -07:00
parent d5bd463b49
commit 7e7df75a27
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@
};
programs.git = {
enable = true;
package = pkgs.gitFull;
userName = "Eli Ribble";
userEmail = "eli@theribbles.org";
};