diff --git a/home/desktop-sway.nix b/home/desktop-sway.nix index ef37449..5814461 100644 --- a/home/desktop-sway.nix +++ b/home/desktop-sway.nix @@ -27,7 +27,7 @@ in description = "enable nextcloud support"; }; XMPP = mkOption { - default = true; + default = false; type = types.bool; description = "enable XMPP support ()"; };