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
tldr
nix-output-monitor
git-credential-oauth
];
programs = {
@ -20,4 +21,10 @@
syntaxHighlight = true;
};
};
environment.etc."gitconfig".text = ''
[credential]
helper = oauth
credentialStore = cache
'';
}