config.lua

1return {
2    remotes = {
3        soft = "git@git.secluded.site:${project}.git",
4        github = "git@github.com:amolith/${project}.git",
5        srht = "git@git.sr.ht:amolith/${project}.git"
6    },
7    default_remotes = "prompt"
8}