10 lines
101 B
Nix
10 lines
101 B
Nix
|
{ ... }: {
|
||
|
imports = [
|
||
|
./matrix
|
||
|
./mastodon
|
||
|
./lemmy
|
||
|
./pixelfed
|
||
|
./owncast
|
||
|
];
|
||
|
}
|