diff --git a/home.nix b/home.nix index 0cfa097..585a1db 100644 --- a/home.nix +++ b/home.nix @@ -43,7 +43,8 @@ delta.enable = true; extraConfig = { - credential.helper = "${pkgs.gh}/bin/gh auth git-credential"; + credential."https://github.com".helper = "${pkgs.gh}/bin/gh auth git-credential"; + credential."https://gist.github.com".helper = "${pkgs.gh}/bin/gh auth git-credential"; gpg.format = "ssh"; }; signing.signByDefault = true;