about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/profpatsch/shiki.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix
index c292fa19..f554633b 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -106,9 +106,11 @@ in {
 
     i18n = {
       inputMethod = {
-        enabled = "fcitx";
+        enabled = "fcitx5";
+
+        # TODO: broken because python 2.7
         # Japanese input
-        fcitx.engines = with pkgs.fcitx-engines; [ mozc ];
+        # fcitx.engines = with pkgs.fcitx-engines; [ mozc ];
       };
     };