mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-24 17:23:09 +01:00
containers(wine): remove unused fcitx variables
This doesn't seem to be needed inside the container since the host fcitx is used.
This commit is contained in:
parent
4c45006c76
commit
6096911759
@ -99,10 +99,6 @@ in
|
|||||||
WAYLAND_DISPLAY = "wayland-1";
|
WAYLAND_DISPLAY = "wayland-1";
|
||||||
XDG_RUNTIME_DIR = "/run/user/1000";
|
XDG_RUNTIME_DIR = "/run/user/1000";
|
||||||
DISPLAY = ":0";
|
DISPLAY = ":0";
|
||||||
QT_IM_MODULE = "fcitx";
|
|
||||||
XMODIFIERS = "@im=fcitx";
|
|
||||||
SDL_IM_MODULE = "fcitx";
|
|
||||||
GLFW_IM_MODULE = "ibus";
|
|
||||||
LC_ALL = "ja_JP.UTF-8";
|
LC_ALL = "ja_JP.UTF-8";
|
||||||
TZ = "Asia/Tokyo";
|
TZ = "Asia/Tokyo";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user