From 244804f743fe92d0de4a80d2591fd8d9857c011c Mon Sep 17 00:00:00 2001 From: atagen Date: Sat, 27 Aug 2022 20:37:04 +1000 Subject: [PATCH] gck x3 --- home/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index a929256..d81fd5a 100644 --- a/home/home.nix +++ b/home/home.nix @@ -113,7 +113,7 @@ userName = "atagen"; userEmail = "atagen@boss.co"; extraConfig = { - credential.helper = "git-credential-keepassxc"; + credential.helper = "keepassxc"; }; };