From 7fb2ffa3a3c6f524378b2898f44667062527da6e Mon Sep 17 00:00:00 2001 From: twoneis Date: Tue, 6 Aug 2024 14:41:39 +0200 Subject: [PATCH] does not just work so not gonna bother --- modules/layout/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/layout/default.nix b/modules/layout/default.nix index 4028d38..f9ccc5e 100644 --- a/modules/layout/default.nix +++ b/modules/layout/default.nix @@ -13,5 +13,5 @@ in mkIf extraLayout.enable { }; }; - console.keyMap = "custom"; + console.keyMap = "us"; }