niksos/hosts/niks/fcitx5.nix

14 lines
217 B
Nix
Raw Normal View History

2023-10-03 19:22:24 +02:00
{
pkgs,
...
}: {
i18n.inputMethod = {
enabled = "fcitx5";
fcitx5.addons = with pkgs; [
fcitx5-gtk
fcitx5-skk-qt
libsForQt5.fcitx5-qt
];
};
}