Manual: Add paragraph on xserver keyboard layout

This commit is contained in:
Manuel Bärenz 2017-06-17 21:37:25 +02:00
parent af4056f22b
commit 858c47c18e

View file

@ -45,6 +45,13 @@ services.xserver.displayManager.lightdm.enable = true;
</programlisting>
</para>
<para>You can set the keyboard layout (and optionally the layout variant):
<programlisting>
services.xserver.layout = "de";
services.xserver.xkbVariant = "neo";
</programlisting>
</para>
<para>The X server is started automatically at boot time. If you
dont want this to happen, you can set:
<programlisting>