Set German timezone and keyboard layout
- Change timezone from Europe/Rome to Europe/Berlin - Add German keyboard (nodeadkeys) for console and XKB - Keep en_US.UTF-8 locale for English system language https://claude.ai/code/session_01UAdmEkSeh9NGPfjRfViLWY
This commit is contained in:
@@ -11,9 +11,16 @@
|
||||
# SYSTEM
|
||||
# --------------------------------------------------------------------------
|
||||
networking.hostName = "atlas";
|
||||
time.timeZone = "Europe/Rome"; # TODO: Change to your timezone
|
||||
time.timeZone = "Europe/Berlin";
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
||||
# German keyboard layout (nodeadkeys variant)
|
||||
console.keyMap = "de-latin1-nodeadkeys";
|
||||
services.xserver.xkb = {
|
||||
layout = "de";
|
||||
variant = "nodeadkeys";
|
||||
};
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
# --------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user