Skip to content

Commit

Permalink
nixos: Use xkbDir consistently so it has an effect
Browse files Browse the repository at this point in the history
  • Loading branch information
benley committed Mar 18, 2017
1 parent 7960739 commit b79c284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};

Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/services/x11/desktop-managers/plasma5.nix
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ in
environment.pathsToLink = [ "/share" ];

environment.etc = singleton {
source = "${pkgs.xkeyboard_config}/etc/X11/xkb";
source = xcfg.xkbDir;
target = "X11/xkb";
};

Expand Down

0 comments on commit b79c284

Please sign in to comment.