non important commit

This commit is contained in:
maxstrb 2025-11-06 09:53:18 +01:00
parent 8a36c81eb1
commit 0cda8a248d

View file

@ -66,9 +66,9 @@
git = { git = {
enable = true; enable = true;
package = pkgs.gitFull; package = pkgs.gitFull;
userName = "maxstrb"; user.name = "maxstrb";
userEmail = "max.stribrny@gmail.com"; user.email = "max.stribrny@gmail.com";
extraConfig = { settings = {
init.defaultBranch = "main"; init.defaultBranch = "main";
push.autoSetupRemote = true; push.autoSetupRemote = true;
github.user = "maxstrb"; github.user = "maxstrb";