From caef38ce7a5292f979cca1de07254973337a0295 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 29 Jun 2023 22:00:34 +0900 Subject: [PATCH] test --- laptop/home-manager.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/laptop/home-manager.nix b/laptop/home-manager.nix index 50dfef4d..b3584351 100644 --- a/laptop/home-manager.nix +++ b/laptop/home-manager.nix @@ -15,7 +15,9 @@ in enable = true; userName = "albert"; userEmail = "albert@sysctl.io"; - config.credential.helper = "cache --timeout=25920000"; + extraConfig = { + config.credential.helper = "cache --timeout=25920000"; + }; }; }; } \ No newline at end of file