feat(wt): add config

Amolith created

Change summary

dot_config/wt/config.lua | 8 ++++++++
1 file changed, 8 insertions(+)

Detailed changes

dot_config/wt/config.lua 🔗

@@ -0,0 +1,8 @@
+return {
+    remotes = {
+        soft = "git@git.secluded.site:${project}.git",
+        github = "git@github.com:amolith/${project}.git",
+        srht = "git@git.sr.ht:amolith/${project}.git"
+    },
+    default_remotes = "prompt"
+}