refactor services as modules

This commit is contained in:
♥ Minnie ♥ 2023-12-01 05:31:40 +08:00
parent a673e92979
commit 8cb0676ca5
6 changed files with 110 additions and 87 deletions

View file

@ -0,0 +1,10 @@
{ ... }:
{
imports = [
./dashboard
./microbin
./multimedia
];
}