From ef8aa601e55b6f9ab2d010e4cbc9731d2c3d7dd3 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Thu, 2 Feb 2023 16:53:11 +0100 Subject: machines/shiki: disable mozc input --- machines/profpatsch/shiki.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'machines') 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 ]; }; }; -- cgit 1.4.1