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