Add git libsecret stuff. Requires git rebuild.

This commit is contained in:
Jessica Canady 2023-06-25 22:34:24 -04:00
parent 4c637c2625
commit 70191bd819

View file

@ -54,6 +54,9 @@
userName = "Jessica Canady";
userEmail = "jess@canady.tech";
extraConfig = {
credential.helper = "${
pkgs.git.override { withLibsecret = true; }
}/bin/git-credential-libsecret";
init = {
defaultBranch = "main";
};