mirror of
https://github.com/davegallant/nix-config
synced 2025-08-08 01:42:28 +00:00
nix: add initial home.nix changes for nixos
This commit is contained in:
8
.config/nixpkgs/overlays/zoom.nix
Normal file
8
.config/nixpkgs/overlays/zoom.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
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