Updated default DM

This commit is contained in:
buffet 2019-01-18 18:11:00 +01:00
parent 934bf46f44
commit 5c06a4a30c

View File

@ -35,11 +35,11 @@
</para> </para>
<para> <para>
NixOSs default <emphasis>display manager</emphasis> (the program that NixOSs default <emphasis>display manager</emphasis> (the program that
provides a graphical login prompt and manages the X server) is SLiM. You can provides a graphical login prompt and manages the X server) is LightDM. You can
select an alternative one by picking one of the following lines: select an alternative one by picking one of the following lines:
<programlisting> <programlisting>
<xref linkend="opt-services.xserver.displayManager.sddm.enable"/> = true; <xref linkend="opt-services.xserver.displayManager.sddm.enable"/> = true;
<xref linkend="opt-services.xserver.displayManager.lightdm.enable"/> = true; <xref linkend="opt-services.xserver.displayManager.slim.enable"/> = true;
</programlisting> </programlisting>
</para> </para>
<para> <para>