about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/alpha/configuration.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix
index 0ce715d..2495790 100644
--- a/nixos/alpha/configuration.nix
+++ b/nixos/alpha/configuration.nix
@@ -63,6 +63,22 @@
 
   i18n.defaultLocale = "en_US.UTF-8";
   i18n.inputMethod.enabled = "kime";
+  i18n.inputMethod.kime.config = {
+    engine = {
+      global_hotkeys = {
+        C-Space = {
+          behavior = {
+            Toggle = [ "Hangul" "Latin" ];
+          };
+          result = "Consume";
+        };
+        AltR = {
+          behavior = "Ignore";
+          result = "Bypass";
+        };
+      };
+    };
+  };
 
   console.font = "${pkgs.dina-font}/share/fonts/misc/DinaMedium10.pcf.gz";
   console.colors = [