From 6685eb3d57de0a5f61a927bc3666a6766b75e84d 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 05:13:36 +0000 Subject: [PATCH] Update file configuration.nix --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index bdb685d..bb60493 100644 --- a/configuration.nix +++ b/configuration.nix @@ -108,7 +108,7 @@ in 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";