From 4c493bf494458dbb844d31021da4179dffd09f70 Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Sun, 29 Mar 2026 17:24:48 -0400 Subject: [PATCH] fix git credential helper for gh auth on netty --- home/git.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/git.nix b/home/git.nix index 4d68d8f..a15d830 100644 --- a/home/git.nix +++ b/home/git.nix @@ -48,6 +48,10 @@ push.autoSetupRemote = true; + "credential \"https://github.com\"" = { + helper = "!gh auth git-credential"; + }; + "diff-so-fancy" = { markEmptyLines = true; stripLeadingSymbols = true;