From ae87bb9aa1ab42d124665a2343cd736d7a66cfd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A7=84=EC=9A=B0=20=EC=A1=B0?= Date: Sat, 1 Nov 2025 04:36:45 +0000 Subject: [PATCH] Update file configuration.nix --- configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configuration.nix b/configuration.nix index b1bd518..17a3d1f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -101,6 +101,13 @@ in nwg-displays ]; + + environment.sessionVariables = rec { + GTK_IM_MODULE = "kime"; + QT_IM_MODULE = "kime"; + XMODIFIERS = "@im=kime"; + } + # System Version - Don't change unless you know what you're doing (helps with system upgrades and compatibility) system.stateVersion = "25.05"; }