hm/fcitx5: workaround for qt or niri

This commit is contained in:
Lu Wang 2024-12-02 21:08:37 +08:00
parent dc56af5c6b
commit 6caa95c40b
Signed by: rebmit
SSH key fingerprint: SHA256:3px8QV1zEerIrEWHaqtH5rR9kjetyRST5EipOPrd+bU

View file

@ -27,4 +27,8 @@ in
force = true; force = true;
recursive = true; recursive = true;
}; };
systemd.user.sessionVariables = {
QT_IM_MODULE = "fcitx";
};
} }