1
0

also upgrade ebay-mac to 25.11

This commit is contained in:
Timo Bingmann
2025-12-04 11:33:19 -08:00
parent 03b50ccb9f
commit 1000663cb5
2 changed files with 8 additions and 6 deletions

View File

@@ -28,11 +28,14 @@
# Git configuration
programs.git = {
enable = true;
userName = lib.mkDefault "Timo Bingmann";
userEmail = lib.mkDefault "tbgit@panthema.net";
extraConfig = {
settings = {
user.name = "Timo Bingmann";
user.email = "tbingmann@ebay.com";
credential.helper = "${pkgs.git}/bin/git-credential-osxkeychain";
commit.gpgsign = true;
};
};
}