From 1c12f0162d93f8747bd4ca2f85337c9c3c93cc34 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Mon, 26 Apr 2021 09:21:57 +0200 Subject: [PATCH] Revert "Install zoom again for a while" This reverts commit 9ab2184096768ada46c72495979d8643fbf63cd4. --- profiles/graphical.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/profiles/graphical.nix b/profiles/graphical.nix index c135b05b..e1fb4f9f 100644 --- a/profiles/graphical.nix +++ b/profiles/graphical.nix @@ -45,7 +45,6 @@ wf-recorder wl-clipboard youtube-dl - zoom-us ]; programs.zsh.loginExtra = '' if [[ -z "$DISPLAY" ]] && [[ $(tty) = "/dev/tty1" ]]; then @@ -62,6 +61,6 @@ chvp = { gnupg.pinentryFlavor = "qt"; - nix.unfreePackages = [ "google-chrome" "zoom" ]; + nix.unfreePackages = [ "google-chrome" ]; }; }