From 9af294273b60728486866b15c94c36fa2ecc3dc2 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 4 Nov 2023 09:58:35 +0100 Subject: [PATCH] Git: use libsecret as credential helper --- modules/hm/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hm/git.nix b/modules/hm/git.nix index 0da1562..405bde9 100644 --- a/modules/hm/git.nix +++ b/modules/hm/git.nix @@ -102,7 +102,7 @@ in "add.interactive".useBuiltin = false; commit.gpgSign = true; core.editor = "hx"; - credential.helper = "cache --timeout=3600 "; + credential.helper = "git-credential-libsecret"; delta.side-by-side = true; delta.line-numbers = true; delta.navigate = true;