Configure for atlas/pinj and add Wayland session variables #2
@@ -11,9 +11,16 @@
|
|||||||
# SYSTEM
|
# SYSTEM
|
||||||
# --------------------------------------------------------------------------
|
# --------------------------------------------------------------------------
|
||||||
networking.hostName = "atlas";
|
networking.hostName = "atlas";
|
||||||
time.timeZone = "Europe/Rome"; # TODO: Change to your timezone
|
time.timeZone = "Europe/Berlin";
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
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;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
# --------------------------------------------------------------------------
|
# --------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user
PR description says the system timezone should be set to Europe/Rome (with a TODO note), but the config hard-codes Europe/Berlin and there’s no TODO. Please align the value (and TODO/comment) with the intended target, or update the PR description if Berlin is correct.