summaryrefslogtreecommitdiff
path: root/Biz/Cloud/Comms.nix
blob: 700296d43568c29a07c95002540ff40065d43081 (plain)
1
2
3
4
5
6
7
8
{ ... }:

{
  imports = [
    ./Comms/Xmpp.nix
    ./Comms/Mumble.nix
  ];
}