From a7ae63f465a7d28c1dbe1b22c4445e14f5ae52c4 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 17 Jul 2017 18:32:22 +0200 Subject: machines/profpatsch: enable fcitx & mozc japanese IME --- machines/profpatsch/base-workstation.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'machines/profpatsch/base-workstation.nix') diff --git a/machines/profpatsch/base-workstation.nix b/machines/profpatsch/base-workstation.nix index 025c4795..d73d7cd8 100644 --- a/machines/profpatsch/base-workstation.nix +++ b/machines/profpatsch/base-workstation.nix @@ -26,6 +26,10 @@ in { i18n = { consoleFont = "lat9w-16"; consoleKeyMap = "neo"; + inputMethod = { + enabled = "fcitx"; + fcitx.engines = with pkgs.fcitx-engines; [ mozc ]; + }; }; programs.ssh.startAgent = false; -- cgit 1.4.1