aboutsummaryrefslogtreecommitdiff
path: root/nixos/tests/keymap.nix
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2018-11-20 04:11:39 +0100
committerPierre Bourdon <delroth@gmail.com>2018-11-20 04:11:39 +0100
commit74598ca8d3e54679df61029bee9c7ad91c2abdcd (patch)
treef9fad505b6c4402e0a1c194e99a630cf81d52ca9 /nixos/tests/keymap.nix
parenta041dc8ab71fc8f68dbee689453c1087ab424210 (diff)
nixos.tests.keymap: use new name of the colemak/en-latin9 keymap
Commit f1987fb58f57828944ca822bbb39b3de87f01863 renamed colemak/en-latin9 to colemak/colemak, but the keymap test wasn't adjusted to refer to the new path.
Diffstat (limited to 'nixos/tests/keymap.nix')
-rw-r--r--nixos/tests/keymap.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/keymap.nix b/nixos/tests/keymap.nix
index b19da251119b..2b4c1ab7b052 100644
--- a/nixos/tests/keymap.nix
+++ b/nixos/tests/keymap.nix
@@ -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";
};