This commit is contained in:
John Lancaster
2024-12-08 13:04:18 -06:00
parent 36cf352c67
commit 6bf90e6b24
5 changed files with 37 additions and 45 deletions

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";
};
}