update git config

This commit is contained in:
Thilo Billerbeck 2025-06-08 17:21:30 +02:00
parent 043a43d8aa
commit a6b2a1b01e
2 changed files with 6 additions and 0 deletions

View file

@ -88,6 +88,7 @@ in
(lib.hiPrio phpPackages.composer)
rns
btop
]
++ (
if (!config.machine.isGeneric) then

View file

@ -6,6 +6,8 @@
lfs.enable = true;
userEmail = "thilo.billerbeck@officerent.de";
userName = "Thilo Billerbeck";
signing.key = "E07F80D7D80BE9D364F2029A77B4535A08DCD774";
signing.signByDefault = true;
extraConfig = {
color = {
diff = "auto";
@ -32,6 +34,9 @@
branch = {
autosetuprebase = "always";
};
init = {
defaultBranch = "main";
};
};
};
programs.git-credential-oauth = {