1
0
Fork 0

Repariere zoom-us

This commit is contained in:
Malte Brandy 2020-12-01 17:02:22 +01:00
parent a32ea8f184
commit 405b7409f2
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -5,11 +5,10 @@ let
in {
home.packages = builtins.attrValues rec {
zoom = pkgs.writeScriptBin "zoom-us" ''
#!${pkgs.runtimeShell}
unset XDG_SESSION_TYPE
exec ${pkgs.zoom-us}/bin/zoom-us "$@"
'';
zoom = pkgs.zoom-us.overrideAttrs (old: {
postFixup = old.postFixup + ''
wrapProgram $out/bin/zoom-us --unset XDG_SESSION_TYPE
'';});
maintenance = pkgs.writeShellScriptBin "maintenance" ''
set -e