summaryrefslogtreecommitdiff
path: root/Biz/Cloud/Comms.nix
blob: 64fe7c786d986fd3c4cbbaab98458ef5ea686e55 (plain)
1
2
3
4
5
6
7
8
{ pkgs, config, ... }:

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