feat(fcitx): proper themeing and fix wayland issues

This commit is contained in:
stitchy 2025-03-08 22:45:52 +00:00
parent 49deabf581
commit 961481549f
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8
3 changed files with 12 additions and 11 deletions

View file

@ -68,10 +68,13 @@
inputMethod = {
enable = true;
type = "fcitx5";
fcitx5.addons = with pkgs; [
fcitx5-mozc
fcitx5-nord
];
fcitx5 = {
waylandFrontend = true;
addons = with pkgs; [
fcitx5-mozc
fcitx5-fluent
];
};
};
};
}