{ lib, ... }: { options.system.socials.enable = lib.mkOption { type = lib.types.bool; default = false; }; imports = [ ./mastodon ./matrix ./owncast ]; }