move input method to fonts.nix

This commit is contained in:
2026-09-20 05:33:31 +05:00
parent fbefdddeb5
commit 324b64cd75
2 changed files with 6 additions and 4 deletions
-4
View File
@@ -22,10 +22,6 @@
EDITOR = "nano";
COMPOSE_DOCKER_CLI_BUILD = "1";
DOCKER_BUILDKIT = "1";
# ibus input method (Dhivehi). Set at session level, not in bashrc, so
GTK_IM_MODULE = "ibus";
QT_IM_MODULE = "ibus";
XMODIFIERS = "@im=ibus";
BITWARDENCLI_APPDATA_DIR = "${config.xdg.configHome}/bitwarden-cli";
};