nixos doc xfce: Tabs -> spaces

This commit is contained in:
Matthias Beyer 2017-03-05 12:57:01 +01:00
parent 1e3dec3baa
commit 0a18a56375

View file

@ -34,13 +34,13 @@ services.compton = {
Some Xfce programs are not installed automatically.
To install them manually (system wide), put them into your
<literal>environment.systemPackages</literal>.
</para>
</para>
<para>
NixOSs default <emphasis>display manager</emphasis> is SLiM.
(DM is the program that provides a graphical login prompt
and manages the X server.)
You can, for example, select KDEs
NixOSs default <emphasis>display manager</emphasis> is SLiM.
(DM is the program that provides a graphical login prompt
and manages the X server.)
You can, for example, select KDEs
<command>sddm</command> instead:
<programlisting>
services.xserver.displayManager.sddm.enable = true;