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";