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