Files
TheaninovOS/packages/threema-desktop.nix
2023-10-29 00:40:45 +02:00

6 lines
240 B
Nix

{ pkgs }: pkgs.threema-desktop.overrideAttrs(prev: {
postFixup = prev.postFixup + ''
echo "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform=wayland --enable-features=WaylandWindowDecorations}}" >> $out/bin/threema
'';
})