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', },