Files
TheaninovOS/home/packages/threema-desktop.nix
2024-03-26 17:44:14 +01:00

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