diff --git a/modules/home/shell/git/default.nix b/modules/home/shell/git/default.nix index ad50961..b73308f 100644 --- a/modules/home/shell/git/default.nix +++ b/modules/home/shell/git/default.nix @@ -17,6 +17,11 @@ in userEmail = "florian.richer@protonmail.com"; # signing.signByDefault = true; + + extraConfig = { + url."https://invent.kde.org/".insteadOf = "kde:"; + url."ssh://git@invent.kde.org/".pushInsteadOf = "kde:"; + }; }; }; -} \ No newline at end of file +}