From dabcf6f821d98f770b9b120cbd1616c1944d2329 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Sun, 7 Jul 2024 18:51:06 +0100 Subject: [PATCH] Update keyboard layout --- system/shared.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/shared.nix b/system/shared.nix index 1b28f88..e3a44e6 100644 --- a/system/shared.nix +++ b/system/shared.nix @@ -51,7 +51,7 @@ xserver = { enable = true; windowManager.i3.enable = true; - layout = "us"; + xkb.layout = "us"; displayManager = { lightdm.enable = true;