From e945e2bbe8fd6f0513b9cbc13332b5a96865a5fc Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Wed, 31 Jul 2024 12:51:33 +0800 Subject: [PATCH] home/fcitx5: use qt6 version --- overlays/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/overlays/default.nix b/overlays/default.nix index a72e3ff..87e1c3e 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -21,6 +21,12 @@ in { ''; }; + # HACK: no more qt5 + libsForQt5 = prev.libsForQt5.overrideScope (_qt5final: _qt5prev: { + fcitx5-with-addons = prev.qt6Packages.fcitx5-with-addons; + fcitx5-qt = prev.emptyDirectory; + }); + sway-unwrapped = addPatches prev.sway-unwrapped [ # text_input: Implement input-method popups # https://github.com/swaywm/sway/pull/7226