about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-12-22 00:15:24 +0100
committerProfpatsch <mail@profpatsch.de>2018-12-22 00:15:24 +0100
commitd169fd674d4ccecfc404df0cbd5ca6af230ccd0c (patch)
treecbce72064d219a2f9254beab76248b801d850cd6
parentdf8d40b1a0ba65b4706628e12f895fb7839b2a3b (diff)
machines/profpatsch/workstation: disable fcitx for now
-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;