mirror of
https://github.com/davegallant/nix-config
synced 2025-08-08 01:42:28 +00:00
nix: remove zoom overlay and use ~/.config/zoomus.conf
This commit is contained in:
@@ -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
|
||||
'';});
|
||||
}
|
Reference in New Issue
Block a user