franz: Fix screensharing under wayland

This commit is contained in:
Maxim Schuwalow
2025-06-15 02:03:21 +02:00
parent 7b803c3519
commit f727cfdb6f
@@ -126,7 +126,7 @@ stdenv.mkDerivation (
wrapProgramShell $out/opt/${name}/${pname} \
--prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath runtimeDependencies}" \
--suffix PATH : ${xdg-utils}/bin \
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --enable-wayland-ime=true}}" \
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations,WebRTCPipeWireCapturer --enable-wayland-ime=true}}" \
"''${gappsWrapperArgs[@]}"
'';
}