From 38c9dd299a0ba70e8a689d67df7c96decc84c065 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 11 Sep 2023 11:37:35 +0400 Subject: [PATCH] enable zoom --- hosts/sakotop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 1c9b7819..60e1b8a1 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -29,6 +29,7 @@ }; chat = { whatsapp.enable = true; + zoom.enable = true; }; apps = { nemo.enable = true;