diff --git a/internal/configs/configs.go b/internal/configs/configs.go index 5c15384..8b771e7 100644 --- a/internal/configs/configs.go +++ b/internal/configs/configs.go @@ -112,6 +112,7 @@ func InitConfigs() { if _, err := os.Stat(conffile); !errors.Is(err, os.ErrNotExist) { header := readHeader(4, sysfile) fileio.AppendContent(header, conffile) + // TODO: Generalize this to a meta function addModules(conffile) }