From 609691175941f83c7ca79604278f95394e656eed Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 22 Oct 2024 15:51:36 -0400 Subject: [PATCH] containers(wine): remove unused fcitx variables This doesn't seem to be needed inside the container since the host fcitx is used. --- modules/containers.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/containers.nix b/modules/containers.nix index 56d924fb..103ca986 100644 --- a/modules/containers.nix +++ b/modules/containers.nix @@ -99,10 +99,6 @@ in WAYLAND_DISPLAY = "wayland-1"; XDG_RUNTIME_DIR = "/run/user/1000"; DISPLAY = ":0"; - QT_IM_MODULE = "fcitx"; - XMODIFIERS = "@im=fcitx"; - SDL_IM_MODULE = "fcitx"; - GLFW_IM_MODULE = "ibus"; LC_ALL = "ja_JP.UTF-8"; TZ = "Asia/Tokyo"; };