diff --git a/home/apps/git.nix b/home/apps/git.nix index af07e15..9e8ca59 100644 --- a/home/apps/git.nix +++ b/home/apps/git.nix @@ -51,6 +51,7 @@ push.autoSetupRemote = true; receive.fsckObjects = true; transfer.fsckobjects = true; + url."git@github.com:catppuccin/".insteadOf = "ctp:"; }; }; }