mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 19:46:20 +00:00
9 lines
253 B
Nix
9 lines
253 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
|
|
'';
|
|
})
|