From 4825e196243e416e001d3c2aef269dab47b242c7 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Mon, 9 Oct 2023 12:24:23 +0200 Subject: [PATCH] use unstable zoom --- modules/communication.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/communication.nix b/modules/communication.nix index cd6b5fe..eadca7f 100644 --- a/modules/communication.nix +++ b/modules/communication.nix @@ -19,7 +19,7 @@ with lib; { skypeforlinux #remove teams as MS has removed the linux packages from their servers #teams - zoom-us + unstable.zoom-us ]; }; }