mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +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
|
||||
'';});
|
||||
}
|
@@ -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
|
||||
]
|
||||
|
Reference in New Issue
Block a user