diff --git a/nixos/doc/manual/configuration/x-windows.xml b/nixos/doc/manual/configuration/x-windows.xml
index 4a73695e0942..fc6082ce3afd 100644
--- a/nixos/doc/manual/configuration/x-windows.xml
+++ b/nixos/doc/manual/configuration/x-windows.xml
@@ -45,6 +45,13 @@ services.xserver.displayManager.lightdm.enable = true;
+You can set the keyboard layout (and optionally the layout variant):
+
+services.xserver.layout = "de";
+services.xserver.xkbVariant = "neo";
+
+
+
The X server is started automatically at boot time. If you
don’t want this to happen, you can set: