converted to flake

This commit is contained in:
John Lancaster
2024-12-18 01:05:41 +00:00
parent aab33e4786
commit e210bca113
5 changed files with 166 additions and 35 deletions

View File

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