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"; }; };