diff --git a/nixos/doc/manual/configuration/xfce.xml b/nixos/doc/manual/configuration/xfce.xml
index d406616bae0..7b60493e9df 100644
--- a/nixos/doc/manual/configuration/xfce.xml
+++ b/nixos/doc/manual/configuration/xfce.xml
@@ -4,10 +4,10 @@
version="5.0"
xml:id="sec-xfce">
-
XFCE Desktop Environment
+ Xfce Desktop Environment
- To enable the XFCE Desktop Environment, set
+ To enable the Xfce Desktop Environment, set
services.xserver.desktopManager = {
xfce.enable = true;
@@ -31,15 +31,16 @@
- XFCE programs are not installed automatically.
+ Some Xfce programs are not installed automatically.
To install them manually (system wide), put them into your
- environment.systemPackages-
-
+ environment.systemPackages.
+
- NixOS’s default display manager (the
- program that provides a graphical login prompt and manages the X
- server) is SLiM. You can, for example, select KDE’s
+ NixOS’s default display manageris SLiM.
+ (DM is the program that provides a graphical login prompt
+ and manages the X server.)
+ You can, for example, select KDE’s
kdm instead:
services.xserver.displayManager.kdm.enable = true;
@@ -66,7 +67,7 @@
There is no authentication agent automatically installed alongside
- XFCE. To allow mounting of local (non-removable) filesystems, you
+ Xfce. To allow mounting of local (non-removable) filesystems, you
will need to install one.
Installing polkit_gnome, a rebuild, logout and