forked from poz/niksos
move fcitx envvars to the correct file
This commit is contained in:
parent
3f1656fc7f
commit
988e4d9875
2 changed files with 5 additions and 4 deletions
|
@ -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";
|
||||
|
|
|
@ -10,4 +10,9 @@
|
|||
libsForQt5.fcitx5-qt
|
||||
];
|
||||
};
|
||||
environment.sessionVariables = {
|
||||
GTK_IM_MODULE = "fcitx";
|
||||
QT_IM_MODULE = "fcitx";
|
||||
XMODIFIERS = "@im=fcitx";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue