NixOS-Config/modules/system/services/social/default.nix
2024-10-09 03:36:08 -04:00

11 lines
101 B
Nix

{ ... }:
{
imports = [
./matrix
./mastodon
./lemmy
./pixelfed
./owncast
];
}