From e762372fcb30a4e6a19bc109ead119d7d71ad078 Mon Sep 17 00:00:00 2001 From: Satria Date: Sat, 28 Feb 2026 21:56:05 +0700 Subject: [PATCH] add git cred cache --- modules/home/core/cli.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/core/cli.nix b/modules/home/core/cli.nix index 6dc7b7c..d53655c 100644 --- a/modules/home/core/cli.nix +++ b/modules/home/core/cli.nix @@ -92,6 +92,7 @@ enable = true; settings = { pull.rebase = "true"; + credential.helper = "cache --timeout=3600"; user = { name = git.user; email = git.email;