From 02b2d3fa43bbfd8002fc6271f54a3d09e74b7cc4 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 24 Apr 2023 15:11:15 -0400 Subject: Reorganize to Biz/Cloud/Comms --- Biz/Cloud/Comms.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Biz/Cloud/Comms.nix (limited to 'Biz/Cloud/Comms.nix') 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 + ]; +} -- cgit v1.2.3