Update file configuration.nix
This commit is contained in:
@@ -101,6 +101,13 @@ in
|
|||||||
nwg-displays
|
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 Version - Don't change unless you know what you're doing (helps with system upgrades and compatibility)
|
||||||
system.stateVersion = "25.05";
|
system.stateVersion = "25.05";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user