about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2023-02-02 16:53:11 +0100
committerProfpatsch <mail@profpatsch.de>2023-02-02 16:54:31 +0100
commitef8aa601e55b6f9ab2d010e4cbc9731d2c3d7dd3 (patch)
tree4dd837ed49bae36b25b19227a8f0a37947aeeddf
parenta870010182c698f2aea8c6488a5e31a4a15194c1 (diff)
machines/shiki: disable mozc input
-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 ];
       };
     };