nixos: Use xkbDir consistently so it has an effect

This commit is contained in:
Benjamin Staffin
2017-03-18 17:51:11 -04:00
parent 7960739f86
commit b79c284952
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ in
security.wrappers.e_freqset.source = "${e.enlightenment.out}/bin/e_freqset";
environment.etc = singleton
{ source = "${pkgs.xkeyboard_config}/etc/X11/xkb";
{ source = xcfg.xkbDir;
target = "X11/xkb";
};

View File

@@ -176,7 +176,7 @@ in
environment.pathsToLink = [ "/share" ];
environment.etc = singleton {
source = "${pkgs.xkeyboard_config}/etc/X11/xkb";
source = xcfg.xkbDir;
target = "X11/xkb";
};