refactor(home): default hyprland kb_layout to neutral us

the baseline hard-coded a german layout, leaking a personal value into a
module meant to be region-neutral. ship `mkDefault "us"` like `console.keyMap`
so a consumer overrides it from their inventory.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-08-06 09:25:07 +02:00
co-authored by Claude Opus 4.8
parent ac4fd32e2b
commit cc7945b28b
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -595,7 +595,8 @@ in
};
input = {
kb_layout = "de";
# Neutral default; set the real layout in your inventory (like console.keyMap).
kb_layout = lib.mkDefault "us";
follow_mouse = 1;
numlock_by_default = true;
};