Skip to content

Commit

Permalink
nixos.tests.keymap: use new name of the colemak/en-latin9 keymap
Browse files Browse the repository at this point in the history
Commit df6d40f renamed colemak/en-latin9 to
colemak/colemak, but the keymap test wasn't adjusted to refer to the new path.

(cherry picked from commit 74598ca)
  • Loading branch information
delroth authored and vcunat committed Dec 3, 2018
1 parent c395d62 commit b7162eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/keymap.nix
Expand Up @@ -96,7 +96,7 @@ in pkgs.lib.mapAttrs mkKeyboardTest {
homerow.expect = [ "a" "r" "s" "t" "n" "e" "i" "o" ];
};

extraConfig.i18n.consoleKeyMap = "en-latin9";
extraConfig.i18n.consoleKeyMap = "colemak/colemak";
extraConfig.services.xserver.layout = "us";
extraConfig.services.xserver.xkbVariant = "colemak";
};
Expand Down

0 comments on commit b7162eb

Please sign in to comment.