about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/profpatsch/base-workstation.nix9
1 files changed, 5 insertions, 4 deletions
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;