mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-08-17 21:45:53 +00:00
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:
@@ -50,6 +50,8 @@
|
|||||||
|
|
||||||
time.timeZone = "Europe/London";
|
time.timeZone = "Europe/London";
|
||||||
i18n.defaultLocale = "en_GB.UTF-8";
|
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.
|
# Set to the NixOS release of the ISO used at install time; never change afterwards.
|
||||||
system.stateVersion = "26.05";
|
system.stateVersion = "26.05";
|
||||||
|
|||||||
Reference in New Issue
Block a user