move fcitx envvars to the correct file

This commit is contained in:
jacekpoz 2024-02-14 22:50:54 +01:00
parent 3f1656fc7f
commit 988e4d9875
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C
2 changed files with 5 additions and 4 deletions

View file

@ -142,10 +142,6 @@
environment = {
sessionVariables = {
GTK_IM_MODULE = "fcitx";
QT_IM_MODULE = "fcitx";
XMODIFIERS = "@im=fcitx";
GOPATH = "\$HOME/.local/share/go";
MOZ_ENABLE_WAYLAND = "1";

View file

@ -10,4 +10,9 @@
libsForQt5.fcitx5-qt
];
};
environment.sessionVariables = {
GTK_IM_MODULE = "fcitx";
QT_IM_MODULE = "fcitx";
XMODIFIERS = "@im=fcitx";
};
}