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 = {
|
programs = {
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.gitFull;
|
||||||
userName = "Filippo Berto";
|
userName = "Filippo Berto";
|
||||||
userEmail = "berto.f@protonmail.com";
|
userEmail = "berto.f@protonmail.com";
|
||||||
# signing = {
|
# signing = {
|
||||||
|
|
@ -103,7 +104,7 @@ in
|
||||||
"add.interactive".useBuiltin = false;
|
"add.interactive".useBuiltin = false;
|
||||||
commit.gpgSign = true;
|
commit.gpgSign = true;
|
||||||
core.editor = "hx";
|
core.editor = "hx";
|
||||||
# credential.helper = "git-credential-libsecret";
|
credential.helper = "libsecret";
|
||||||
delta = {
|
delta = {
|
||||||
line-numbers = true;
|
line-numbers = true;
|
||||||
navigate = true;
|
navigate = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue