nix: remove zoom overlay and use ~/.config/zoomus.conf

This commit is contained in:
Dave Gallant
2021-01-10 11:27:06 -05:00
parent a77246b304
commit 273e5c0ebe
2 changed files with 1 additions and 9 deletions

View File

@@ -1,8 +0,0 @@
self: super:
rec {
zoom = super.pkgs.zoom-us.overrideAttrs (old: {
postFixup = old.postFixup + ''
wrapProgram $out/bin/zoom-us --unset XDG_SESSION_TYPE
'';});
}

View File

@@ -98,6 +98,7 @@ with pkgs; [
element-desktop
signal-desktop
slack
zoom-us
## aws
awscli2
@@ -144,5 +145,4 @@ with pkgs; [
# overlays
rfd
lpass
zoom
]