git secret

This commit is contained in:
mjallen18
2025-05-27 19:30:41 -05:00
parent d208f700d1
commit 8fb3bed768

View File

@@ -67,7 +67,7 @@ in
userEmail = "matt.l.jallen@gmail.com"; userEmail = "matt.l.jallen@gmail.com";
aliases = gitAliases; aliases = gitAliases;
extraConfig = { extraConfig = {
credential.helper = "gnome-keyring"; credential.helper = "libsecret";
}; };
}; };