nixos.tests.keymap: use new name of the colemak/en-latin9 keymap
Commit f1987fb58f
renamed colemak/en-latin9 to
colemak/colemak, but the keymap test wasn't adjusted to refer to the new path.
This commit is contained in:
parent
a041dc8ab7
commit
74598ca8d3
@ -99,7 +99,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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user