Compare commits

...

1 Commits

Author SHA1 Message Date
Jan Tojnar
70ed4b3aed nixos/ibus: Do not force ibus input method module on GTK
The environment variable is meant for debugging and GTK should already choose the correct input method module automatically. For example, GTK 4 will use the `ibus` module on X11 and `wayland` module on Wayland.
2022-11-18 23:21:17 +01:00

View File

@@ -73,7 +73,6 @@ in
];
environment.variables = {
GTK_IM_MODULE = "ibus";
QT_IM_MODULE = "ibus";
XMODIFIERS = "@im=ibus";
};