Add a temporary work-around to be able to use non-us keyboard layout.
xkbcomp does not look inside the directory specified with the option -xkbdir. svn path=/nixos/branches/modular-nixos/; revision=15752
This commit is contained in:
parent
b022f2e95a
commit
e6ae383b9b
@ -499,6 +499,10 @@ mkIf cfg.enable {
|
|||||||
{ source = "${configFile}";
|
{ source = "${configFile}";
|
||||||
target = "X11/xorg.conf";
|
target = "X11/xorg.conf";
|
||||||
}
|
}
|
||||||
|
# -xkbdir command line option does not seems to be passed to xkbcomp.
|
||||||
|
{ source = "${pkgs.xkeyboard_config}/etc/X11/xkb";
|
||||||
|
target = "X11/xkb";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
extraPackages = [
|
extraPackages = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user