diff --git a/modules/hm/git.nix b/modules/hm/git.nix index 5a26db3..0f0ba90 100644 --- a/modules/hm/git.nix +++ b/modules/hm/git.nix @@ -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;