diff --git a/nixos/doc/manual/configuration/xfce.xml b/nixos/doc/manual/configuration/xfce.xml
index 1639351e70c..e35f6096a21 100644
--- a/nixos/doc/manual/configuration/xfce.xml
+++ b/nixos/doc/manual/configuration/xfce.xml
@@ -34,13 +34,13 @@ services.compton = {
Some Xfce programs are not installed automatically.
To install them manually (system wide), put them into your
environment.systemPackages.
-
+
- NixOS’s default display manager is SLiM.
- (DM is the program that provides a graphical login prompt
- and manages the X server.)
- You can, for example, select KDE’s
+ NixOS’s default display manager is SLiM.
+ (DM is the program that provides a graphical login prompt
+ and manages the X server.)
+ You can, for example, select KDE’s
sddm instead:
services.xserver.displayManager.sddm.enable = true;