feat(fcitx5): update overlay

This commit is contained in:
2025-07-30 21:39:04 +08:00
parent f2cb379100
commit 52692a4a47

View File

@@ -109,15 +109,12 @@ lib.my.makeSwitch {
lib.mergeAttrsList ( lib.mergeAttrsList (
map map
(pkg: { (pkg: {
${pkg}.__output.preInstall.__append = '' ${pkg}.__input.commandLineArgs.__append = "--wayland-text-input-version=3";
gappsWrapperArgs+=(
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--wayland-text-input-version=3}}"
)
'';
}) })
[ [
"qq" "qq"
"vscodium" "vscodium"
"signal-desktop"
] ]
) )
) )