blob: 0bce684cb84278a65a7f2cfe13567b2536a259bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
# These components are
general = {
on-demand-minecraft = import ./on-demand-minecraft;
cloudflare-proxy = import ./cloudflare-proxy;
disable-screen = import ./disable-screen;
};
personal = {
duksebot = import ./duksebot;
graphics = import ./graphics;
"linus.onl" = import ./linus.onl;
"notifications.linus.onl" = import ./nofitications.linus.onl;
"git.linus.onl" = import ./git.linus.onl;
"hellohtml.linus.onl" = import ./hellohtml.linus.onl;
};
}
|