From 517a517fe5f251c1bd1a8692d1998603aa493199 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 15 Aug 2022 01:54:56 -0500 Subject: [PATCH] add monolisa repo to soft-serve --- soft/config/soft-serve.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soft/config/soft-serve.config.json b/soft/config/soft-serve.config.json index c1fe283..4e19307 100644 --- a/soft/config/soft-serve.config.json +++ b/soft/config/soft-serve.config.json @@ -4,7 +4,7 @@ "dest": "./soft/data/repos" }, "repos": { - "src": ["dotfiles", "git-server"], + "src": ["dotfiles", "git-server", "monolisa-nerdfont-patch"], "dest": ["config"] } }