Revert "Install zoom again for a while"

This reverts commit 9ab2184096.
This commit is contained in:
Charlotte Van Petegem 2021-04-26 09:21:57 +02:00
parent 25138b6c98
commit 1c12f0162d
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -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" ];
};
}