mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
Manual: Add paragraph on xserver keyboard layout
This commit is contained in:
parent
af4056f22b
commit
858c47c18e
@ -45,6 +45,13 @@ services.xserver.displayManager.lightdm.enable = true;
|
|||||||
</programlisting>
|
</programlisting>
|
||||||
</para>
|
</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
|
<para>The X server is started automatically at boot time. If you
|
||||||
don’t want this to happen, you can set:
|
don’t want this to happen, you can set:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
|
Loading…
Reference in New Issue
Block a user