From e19cb0d9c61bf90697b318beff8316f79b52f99d Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Sun, 29 Mar 2026 17:19:06 -0400 Subject: [PATCH] fix --- home/gh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/gh.nix b/home/gh.nix index 793d050..2f61f54 100644 --- a/home/gh.nix +++ b/home/gh.nix @@ -1,7 +1,7 @@ {...}: { programs.gh = { enable = true; - gitCredentialHelper.enable = false; + gitCredentialHelper.enable = true; settings = { git_protocol = "https";