vanadium: disable fcitx5 emoji support

This commit is contained in:
Primrose 2025-05-25 23:46:25 +02:00
parent db1c1bffa0
commit 2c873e2ad7
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -23,4 +23,8 @@ in
vlc.__input.chromecastSupport = _: false; vlc.__input.chromecastSupport = _: false;
vlc.__input.waylandSupport = _: false; vlc.__input.waylandSupport = _: false;
fcitx5.__output.cmakeFlags.__append = [
(lib.cmakeFeature "ENABLE_EMOJI" "Off")
];
}) })