Git: fix missing libsecret credential helper
This commit is contained in:
parent
2160abac77
commit
698a3844c4
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue