nixos/xserver: set $XKB_CONFIG_ROOT
This commit is contained in:
parent
b9d274b89d
commit
636dabcf80
@ -158,6 +158,12 @@ in
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
environment.sessionVariables = {
|
||||||
|
# runtime override supported by multiple libraries e. g. libxkbcommon
|
||||||
|
# https://xkbcommon.org/doc/current/group__include-path.html
|
||||||
|
XKB_CONFIG_ROOT = "${pkgs.xkb_patched}/etc/X11/xkb";
|
||||||
|
};
|
||||||
|
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
xkbDir = "${pkgs.xkb_patched}/etc/X11/xkb";
|
xkbDir = "${pkgs.xkb_patched}/etc/X11/xkb";
|
||||||
exportConfiguration = config.services.xserver.displayManager.startx.enable;
|
exportConfiguration = config.services.xserver.displayManager.startx.enable;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user