feat: enable gnome keyring

This commit is contained in:
2025-07-15 21:57:13 -04:00
parent 5f9227c2f8
commit 1addf801fa
3 changed files with 20 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
# https://blog.gitbutler.com/how-git-core-devs-configure-git/
{pkgs, ...}: {
programs.git-credential-oauth.enable = true;
programs.git-credential-oauth.enable = false;
programs.git = {
enable = true;
userEmail = "yadunand@yadunut.com";
@@ -39,10 +39,10 @@
rebase.updateRefs = true;
credential.helper = [
"${pkgs.git-credential-oauth}/bin/git-credential-oauth"
];
gpg.format = "ssh";
# credential.helper = "oauth";
credential = {
"https://git.yadunut.dev" = {
oauthClientId = "a4792ccc-144e-407e-86c9-5e7d8d9c3269";