Files
TheaninovOS/packages/threema-desktop.nix
2023-11-28 00:30:21 +01:00

9 lines
251 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
'';
})