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:
Sarah Brofeldt 2018-11-20 09:56:15 +01:00 committed by GitHub
commit 00adcec29a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";
};