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