This commit is contained in:
2024-04-05 14:51:17 +01:00
parent fe9d444b6a
commit 6312b62ec6
2 changed files with 73 additions and 16 deletions
+8 -5
View File
@@ -37,11 +37,14 @@
defaultLocale = "en_US.UTF-8";
inputMethod = {
enabled = "fcitx5";
fcitx5.addons = with pkgs; [
fcitx5-mozc
fcitx5-gtk
fcitx5-chinese-addons
];
fcitx5 = {
# waylandFrontend = true;
addons = with pkgs; [
fcitx5-mozc
fcitx5-gtk
fcitx5-chinese-addons
];
};
};
};