Merge pull request #26677 from turion/master

Manual: Add paragraph on xserver keyboard layout
This commit is contained in:
Michael Raskin 2017-06-17 21:52:52 +02:00 committed by GitHub
commit 243217fe3f

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>