about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorBen Creasy <ben@bencreasy.com>2018-02-19 15:18:07 -0800
committerGitHub <noreply@github.com>2018-02-19 15:18:07 -0800
commite8ddba2bcfa48a79e8ced8e9bd75570b461a6492 (patch)
tree396d8d1eb6fef1c9e8340da86361f57930c56973 /nixos
parentbd7d5b365799a145717d31122ebfd24b51fea117 (diff)
downloadnixlib-e8ddba2bcfa48a79e8ced8e9bd75570b461a6492.tar
nixlib-e8ddba2bcfa48a79e8ced8e9bd75570b461a6492.tar.gz
nixlib-e8ddba2bcfa48a79e8ced8e9bd75570b461a6492.tar.bz2
nixlib-e8ddba2bcfa48a79e8ced8e9bd75570b461a6492.tar.lz
nixlib-e8ddba2bcfa48a79e8ced8e9bd75570b461a6492.tar.xz
nixlib-e8ddba2bcfa48a79e8ced8e9bd75570b461a6492.tar.zst
nixlib-e8ddba2bcfa48a79e8ced8e9bd75570b461a6492.zip
Remove Xfce-specific display manager tip
This is already covered in the previous chapter https://github.com/NixOS/nixpkgs/blob/master/nixos/doc/manual/configuration/x-windows.xml#L38-L46 - Xfce also depends on X and it doesn't need a special section on display managers.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/configuration/xfce.xml13
1 files changed, 1 insertions, 12 deletions
diff --git a/nixos/doc/manual/configuration/xfce.xml b/nixos/doc/manual/configuration/xfce.xml
index 21c7a85e19cc..18804d2c08be 100644
--- a/nixos/doc/manual/configuration/xfce.xml
+++ b/nixos/doc/manual/configuration/xfce.xml
@@ -35,18 +35,7 @@ services.compton = {
         To install them manually (system wide), put them into your
         <literal>environment.systemPackages</literal>.
     </para>
-
-    <para>
-        NixOS’s 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 KDE’s
-        <command>sddm</command> instead:
-        <programlisting>
-services.xserver.displayManager.sddm.enable = true;
-        </programlisting>
-    </para>
-
+         
     <simplesect>
         <title>Thunar Volume Support</title>