diff options
Diffstat (limited to 'Biz/Cloud/Comms.nix')
-rw-r--r-- | Biz/Cloud/Comms.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Biz/Cloud/Comms.nix b/Biz/Cloud/Comms.nix index 700296d..bf7a763 100644 --- a/Biz/Cloud/Comms.nix +++ b/Biz/Cloud/Comms.nix @@ -1,8 +1,5 @@ { ... }: { - imports = [ - ./Comms/Xmpp.nix - ./Comms/Mumble.nix - ]; + imports = [ ./Comms/Xmpp.nix ./Comms/Mumble.nix ]; } |