This commit is contained in:
2025-10-10 01:00:50 +01:00
parent d218fc2b06
commit d9ec914402
4 changed files with 50 additions and 49 deletions

View File

@@ -158,9 +158,9 @@ in {
git = {
enable = true;
package = pkgs.gitFull;
userName = "Daniel Patterson";
userEmail = "me@danielpatterson.dev";
extraConfig = {
settings = {
user.name = "Daniel Patterson";
user.email = "me@danielpatterson.dev";
pull.rebase = true;
init.defaultBranch = "main";
format.signOff = "yes";