From d7c4c7e02c709148f3da4afefb37b01df7fef91c Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Tue, 1 Feb 2022 13:33:49 +0100 Subject: [PATCH] graphical: fix layout --- nix/os/profiles/graphical/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/os/profiles/graphical/system.nix b/nix/os/profiles/graphical/system.nix index 4b5faed..5226ff4 100644 --- a/nix/os/profiles/graphical/system.nix +++ b/nix/os/profiles/graphical/system.nix @@ -41,7 +41,7 @@ libinput.touchpad.naturalScrolling = true; videoDrivers = [ "qxl" "modesetting" "ati" "cirrus" "intel" "vesa" "vmware" "modesetting" ]; - layout = "en"; + layout = "us"; xkbVariant = "altgr-intl"; xkbOptions = "nodeadkeys";