blob: 11838072c078e8db699a216a47ca8c91b213d830 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
config,
pkgs,
lib,
botcore-v4,
...
}:
{
imports = [
botcore-v4.modules.bots
botcore-v4.modules.frontend
botcore-v4.modules.dataupdater
botcore-v4.modules.users
];
}
|