From eaa68c03557ddbc4b312268b964356bb746559c2 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Thu, 22 Jan 2026 16:20:53 +0000 Subject: [PATCH] gh auth --- profiles/git.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/git.nix b/profiles/git.nix index ed7f8e4..a83e226 100644 --- a/profiles/git.nix +++ b/profiles/git.nix @@ -12,6 +12,11 @@ in { autocrlf = "input"; pager = "delta"; }; + credential = { + helper = "!gh auth git-credential"; + "https://github.com".useHttpPath = true; + "https://gist.github.com".useHttpPath = true; + }; pull.rebase = true; rebase.autoStash = true; interactive.diffFilter = "delta --color-only";