feat(git): add sr.ht alias

Change-Id: I1db78201b743acf3668f6ad3844afecce1144b75
Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/731
Tested-by: Skyler Grey <minion@clicks.codes>
Reviewed-by: Samuel Shuert <coded@clicks.codes>
diff --git a/modules/home/git/default.nix b/modules/home/git/default.nix
index 8c5be0a..9b81f13 100644
--- a/modules/home/git/default.nix
+++ b/modules/home/git/default.nix
@@ -68,6 +68,10 @@
         http = "https://git.lix.systems/";
         ssh = "ssh://git@git.lix.systems/";
       };
+      srht = {
+        http = "https://git.sr.ht/";
+        ssh = "git@git.sr.ht:";
+      };
     };
 
     replacementToHTTPInsteadOf = name: urls: {