Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fd92d817a33c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 243217fe3f90
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 17, 2017

  1. Copy the full SHA
    858c47c View commit details
  2. Merge pull request #26677 from turion/master

    Manual: Add paragraph on xserver keyboard layout
    7c6f434c authored Jun 17, 2017
    Copy the full SHA
    243217f View commit details
Showing with 7 additions and 0 deletions.
  1. +7 −0 nixos/doc/manual/configuration/x-windows.xml
7 changes: 7 additions & 0 deletions nixos/doc/manual/configuration/x-windows.xml
Original file line number Diff line number Diff line change
@@ -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
don’t want this to happen, you can set:
<programlisting>