mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-11 02:56:27 +00:00
7 lines
241 B
Nix
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
|
|
'';
|
|
})
|