Skip to content

Commit

Permalink
kbd module: fix keymaps search for loadkeys
Browse files Browse the repository at this point in the history
  • Loading branch information
abbradar committed Jul 18, 2016
1 parent 7bed3d0 commit cf64a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/tasks/kbd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ let

optimizedKeymap = pkgs.runCommand "keymap" {
nativeBuildInputs = [ pkgs.kbd ];
LOADKEYS_KEYMAP_PATH = "${kbdEnv}/share/keymaps/**";
} ''
cd ${kbdEnv}/share/keymaps
loadkeys -b ${optionalString isUnicode "-u"} "${config.i18n.consoleKeyMap}" > $out
'';

Expand Down

0 comments on commit cf64a7e

Please sign in to comment.