stripped down

This commit is contained in:
John Lancaster
2025-06-30 19:21:35 -05:00
parent 17c69b20fa
commit bb145deb8e
2 changed files with 13 additions and 23 deletions

9
git-personal.nix Normal file
View File

@@ -0,0 +1,9 @@
{ ... }:
{
programs.git = {
enable = true;
extraConfig.credential.helper = "store --file ~/.git-credentials";
userName = "John Lancaster";
userEmail = "32917998+jsl12@users.noreply.github.com";
};
}