From 75c1156619a4ebbe0de7cd648a8b4412d9be8194 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sun, 17 Aug 2025 11:18:31 +0200 Subject: [PATCH] keymap --- systems/pc/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/pc/configuration.nix b/systems/pc/configuration.nix index 7c5398d..e727cc0 100644 --- a/systems/pc/configuration.nix +++ b/systems/pc/configuration.nix @@ -175,7 +175,7 @@ services.xserver.enable = true; # Configure console keymap - console.keyMap = "en"; + console.keyMap = "us"; # Enable CUPS to print documents. # disable until CVE-2024-47176, CVE-2024-47076, CVE-2024-47175, and CVE-2024-47177 is fixed