fix keyboards

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-05-30 22:02:32 +02:00
parent 03f6cd7fe8
commit 87c258312c
2 changed files with 5 additions and 2 deletions
-2
View File
@@ -14,8 +14,6 @@ in {
home.sessionVariables = {
TERMINAL = "ghostty";
TERM = "ghostty";
XMODIFIERS = "@im=none";
GTK_IM_MODULE = "simple";
};
programs.ghostty = {
+5
View File
@@ -33,6 +33,11 @@ in {
timeZone = timeZone;
};
i18n.defaultLocale = defaultLocale;
i18n.inputMethod = {
enable = true;
type = "fcitx5";
fcitx5.addons = with pkgs; [ fcitx5-gtk ];
};
i18n.extraLocaleSettings = {
LC_ADDRESS = extraLocale;
LC_IDENTIFICATION = extraLocale;