Git: fix missing libsecret credential helper

This commit is contained in:
Filippo Berto 2024-01-12 15:41:51 +01:00
parent 2160abac77
commit 698a3844c4
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -93,6 +93,7 @@ in
programs = {
git = {
enable = true;
package = pkgs.gitFull;
userName = "Filippo Berto";
userEmail = "berto.f@protonmail.com";
# signing = {
@ -103,7 +104,7 @@ in
"add.interactive".useBuiltin = false;
commit.gpgSign = true;
core.editor = "hx";
# credential.helper = "git-credential-libsecret";
credential.helper = "libsecret";
delta = {
line-numbers = true;
navigate = true;