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