hosts: set UK keymap and locale for TTY and greeter

console.keyMap = uk and xkb.layout = gb so the TTYs and SDDM greeter
match the UK layout (Hyprland's own layout is set in home).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-28 00:51:58 +01:00
parent ff8196fc77
commit 05a6d6cc69

View File

@@ -50,6 +50,8 @@
time.timeZone = "Europe/London";
i18n.defaultLocale = "en_GB.UTF-8";
console.keyMap = "uk"; # TTYs
services.xserver.xkb.layout = "gb"; # SDDM greeter / X11; Hyprland is set in home/zephrynis.nix
# Set to the NixOS release of the ISO used at install time; never change afterwards.
system.stateVersion = "26.05";