diff --git a/soft/config/soft-serve.config.json b/soft/config/soft-serve.config.json index 4e19307..d5201ac 100644 --- a/soft/config/soft-serve.config.json +++ b/soft/config/soft-serve.config.json @@ -4,7 +4,14 @@ "dest": "./soft/data/repos" }, "repos": { - "src": ["dotfiles", "git-server", "monolisa-nerdfont-patch"], - "dest": ["config"] + "src": [ + "dotfiles", + "git-server", + "monolisa-nerdfont-patch", + "yartsu" + ], + "dest": [ + "config" + ] } }