From 52692a4a477217f1df31b2dc8a3fe8a956ca0eb2 Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Wed, 30 Jul 2025 21:39:04 +0800 Subject: [PATCH] feat(fcitx5): update overlay --- modules/i18n/fcitx5.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/modules/i18n/fcitx5.nix b/modules/i18n/fcitx5.nix index 0d21131..6ce5e1d 100644 --- a/modules/i18n/fcitx5.nix +++ b/modules/i18n/fcitx5.nix @@ -109,15 +109,12 @@ lib.my.makeSwitch { lib.mergeAttrsList ( map (pkg: { - ${pkg}.__output.preInstall.__append = '' - gappsWrapperArgs+=( - --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--wayland-text-input-version=3}}" - ) - ''; + ${pkg}.__input.commandLineArgs.__append = "--wayland-text-input-version=3"; }) [ "qq" "vscodium" + "signal-desktop" ] ) )