From ef005f364ef00ebe3b64c2e5a08262792efe6797 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Tue, 14 May 2024 09:15:35 +0200 Subject: [PATCH] Wezterm: Enable IME --- home/features/desktop/common/wezterm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/features/desktop/common/wezterm.nix b/home/features/desktop/common/wezterm.nix index 133f5f9..f26ee68 100644 --- a/home/features/desktop/common/wezterm.nix +++ b/home/features/desktop/common/wezterm.nix @@ -45,6 +45,7 @@ color_scheme = "${config.colorscheme.slug}", hide_tab_bar_if_only_one_tab = true, window_close_confirmation = "NeverPrompt", + use_ime = true, set_environment_variables = { TERM = 'wezterm', },