1

Home/Nixinator: Move fcitx5 to home config + apply configuration

This commit is contained in:
2025-07-02 19:02:00 +02:00
parent 70a101ba4d
commit 3aa32b0b1b
2 changed files with 601 additions and 23 deletions

View File

@ -120,27 +120,4 @@
videoDrivers = ["nvidia"]; # NVIDIA
};
# This has been relocated here from the default config,
# because it forces en-US keyboard layout.
i18n.inputMethod = {
enable = true;
type = "fcitx5";
fcitx5 = {
waylandFrontend = true;
addons = with pkgs; [
fcitx5-gtk
fcitx5-configtool # TODO: Remove this and set config through HomeManager
catppuccin-fcitx5
libsForQt5.fcitx5-qt # QT5
libsForQt5.fcitx5-chinese-addons
qt6Packages.fcitx5-qt # QT6
qt6Packages.fcitx5-chinese-addons
];
};
};
}