about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-03-05 22:30:36 +0100
committerProfpatsch <mail@profpatsch.de>2021-03-05 22:56:29 +0100
commitfe262baf4d2f3085caa3bb45e1d3ef7150bd70a0 (patch)
tree499f7b73fda49dabc9b8e559179909c3e8be1c63
parent875a61617d141fb89fecdb2665ed47f120aad007 (diff)
machines/shiki: reenable fcitx Japanese input
-rw-r--r--machines/profpatsch/shiki.nix20
1 files changed, 10 insertions, 10 deletions
diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix
index 65d36989..53ee4765 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -67,19 +67,19 @@ in {
     };
     # steam
     # needed by some games (TODO: general module for games)
-    hardware.opengl.driSupport32Bit = true;
-
-    # TODO: kinda broken?
-    # i18n = {
-    #   inputMethod = {
-    #     enabled = "fcitx";
-    #     Japanese input
-    #     fcitx.engines = with pkgs.fcitx-engines; [ mozc ];
-    #   };
-    # };
+    # hardware.opengl.driSupport32Bit = true;
+
     hardware.bluetooth.enable = true;
     services.blueman.enable = true;
 
+    i18n = {
+      inputMethod = {
+        enabled = "fcitx";
+        # Japanese input
+        fcitx.engines = with pkgs.fcitx-engines; [ mozc ];
+      };
+    };
+
     ######
     # Nix