git credential helper globally

This commit is contained in:
müde 2026-04-10 11:44:58 +02:00
parent aeba29ef35
commit 39496b44a0

View file

@ -8,6 +8,7 @@
screen screen
tldr tldr
nix-output-monitor nix-output-monitor
git-credential-oauth
]; ];
programs = { programs = {
@ -20,4 +21,10 @@
syntaxHighlight = true; syntaxHighlight = true;
}; };
}; };
environment.etc."gitconfig".text = ''
[credential]
helper = oauth
credentialStore = cache
'';
} }