diff options
Diffstat (limited to 'Biz/Cloud/Comms.nix')
-rw-r--r-- | Biz/Cloud/Comms.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Biz/Cloud/Comms.nix b/Biz/Cloud/Comms.nix new file mode 100644 index 0000000..64fe7c7 --- /dev/null +++ b/Biz/Cloud/Comms.nix @@ -0,0 +1,8 @@ +{ pkgs, config, ... }: + +{ + imports = [ + ./Comms/Xmpp.nix + ./Comms/Mumble.nix + ]; +} |