blob: 4651c5679c1f7a96dcce2450194cb3b68629e9ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
# 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;
forsvarsarper = import ./forsvarsarper;
};
}
|