about summary refs log tree commit diff
path: root/machines/profpatsch/base-workstation.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2017-07-17 18:32:22 +0200
committerProfpatsch <mail@profpatsch.de>2017-07-17 18:33:29 +0200
commita7ae63f465a7d28c1dbe1b22c4445e14f5ae52c4 (patch)
tree2faf5f0b88f6d48aeed09b401b669fcf84d7e9ab /machines/profpatsch/base-workstation.nix
parentc80bc33f8ad7082ecbe37051574b78d3fefad7d5 (diff)
machines/profpatsch: enable fcitx & mozc japanese IME
Diffstat (limited to 'machines/profpatsch/base-workstation.nix')
-rw-r--r--machines/profpatsch/base-workstation.nix4
1 files changed, 4 insertions, 0 deletions
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;