Install zoom again for a while

This commit is contained in:
Charlotte Van Petegem 2021-04-20 14:53:36 +02:00
parent 4ba7f3e5d2
commit 9ab2184096
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -45,6 +45,7 @@
wf-recorder wf-recorder
wl-clipboard wl-clipboard
youtube-dl youtube-dl
zoom-us
]; ];
programs.zsh.loginExtra = '' programs.zsh.loginExtra = ''
if [[ -z "$DISPLAY" ]] && [[ $(tty) = "/dev/tty1" ]]; then if [[ -z "$DISPLAY" ]] && [[ $(tty) = "/dev/tty1" ]]; then
@ -61,6 +62,6 @@
chvp = { chvp = {
gnupg.pinentryFlavor = "qt"; gnupg.pinentryFlavor = "qt";
nix.unfreePackages = [ "google-chrome" ]; nix.unfreePackages = [ "google-chrome" "zoom" ];
}; };
} }