Revert "Install zoom again for a while"
This reverts commit 9ab2184096
.
This commit is contained in:
parent
25138b6c98
commit
1c12f0162d
1 changed files with 1 additions and 2 deletions
|
@ -45,7 +45,6 @@
|
||||||
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
|
||||||
|
@ -62,6 +61,6 @@
|
||||||
|
|
||||||
chvp = {
|
chvp = {
|
||||||
gnupg.pinentryFlavor = "qt";
|
gnupg.pinentryFlavor = "qt";
|
||||||
nix.unfreePackages = [ "google-chrome" "zoom" ];
|
nix.unfreePackages = [ "google-chrome" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue