mirror of
https://github.com/davegallant/nix-config
synced 2026-01-08 15:34:05 +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