1

Relocate fcitx5 to system config

This commit is contained in:
2024-05-30 09:58:13 +02:00
parent 3b594314e7
commit a208ddbea0
2 changed files with 15 additions and 15 deletions

View File

@ -94,4 +94,19 @@
videoDrivers = ["nvidia"]; # NVIDIA
# videoDrivers = ["amdgpu"];
};
# NOTE: This has been relocated here from the default config, because it forces en-US keyboard layout
# The laptop needs de-DE...
# Chinese Input
i18n.inputMethod.enabled = "fcitx5";
i18n.inputMethod.fcitx5 = {
waylandFrontend = true;
addons = with pkgs; [
fcitx5-gtk
libsForQt5.fcitx5-qt
fcitx5-chinese-addons
fcitx5-configtool # TODO: Remove this and set config through HomeManager
];
};
}