forked from mirrors/nixpkgs
Merge pull request #50823 from delroth/keymap-test-fix
nixos.tests.keymap: use new name of the colemak/en-latin9 keymap
This commit is contained in:
commit
00adcec29a
|
@ -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 a new issue