From 1935e0c2565a67da45ffb4696af5c0a5fb96c77d Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 14 Mar 2015 00:28:27 +0100 Subject: labtop: Switch to US keyboard layout. The hardware has a US keyboard layout, so let's match it with the configuration. Signed-off-by: aszlig --- machines/labtop.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'machines') diff --git a/machines/labtop.nix b/machines/labtop.nix index 2cfa9da4..fc3cc618 100644 --- a/machines/labtop.nix +++ b/machines/labtop.nix @@ -26,7 +26,7 @@ let in { i18n = { consoleFont = "lat9w-16"; - consoleKeyMap = "de"; + consoleKeyMap = "us"; defaultLocale = "de_DE.UTF-8"; }; @@ -37,7 +37,7 @@ in { ]; services.xserver.enable = true; - services.xserver.layout = "de"; + services.xserver.layout = "us"; services.xserver.xkbOptions = "eurosign:e"; services.xserver.displayManager.auto.enable = true; -- cgit 1.4.1