From d169fd674d4ccecfc404df0cbd5ca6af230ccd0c Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sat, 22 Dec 2018 00:15:24 +0100 Subject: machines/profpatsch/workstation: disable fcitx for now --- machines/profpatsch/base-workstation.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'machines/profpatsch') diff --git a/machines/profpatsch/base-workstation.nix b/machines/profpatsch/base-workstation.nix index 41753ebd..37cc682a 100644 --- a/machines/profpatsch/base-workstation.nix +++ b/machines/profpatsch/base-workstation.nix @@ -34,10 +34,11 @@ in { i18n = { consoleFont = "lat9w-16"; consoleKeyMap = "neo"; - inputMethod = { - enabled = "fcitx"; - fcitx.engines = with pkgs.fcitx-engines; [ mozc ]; - }; + # TODO: kinda broken? + # inputMethod = { + # enabled = "fcitx"; + # fcitx.engines = with pkgs.fcitx-engines; [ mozc ]; + # }; }; programs.ssh.startAgent = false; -- cgit 1.4.1