feat(desktop): use NIXOS_OZONE_WL

This commit is contained in:
2025-06-22 09:51:17 +08:00
parent 0c679290c5
commit c8c6a09684
3 changed files with 13 additions and 7 deletions

View File

@@ -24,7 +24,17 @@
signal-desktop
cinny-desktop
discord
qq
(master.qq.overrideAttrs (
final: prev: {
preInstall =
prev.preInstall or ""
+ ''
gappsWrapperArgs+=(
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--wayland-text-input-version=3}}"
)
'';
}
))
gnome-clocks