diff --git a/nixos/doc/manual/configuration/xfce.xml b/nixos/doc/manual/configuration/xfce.xml
index af6278e9c92..e9f7bd8d068 100644
--- a/nixos/doc/manual/configuration/xfce.xml
+++ b/nixos/doc/manual/configuration/xfce.xml
@@ -9,10 +9,10 @@
To enable the Xfce Desktop Environment, set
- services.xserver.desktopManager = {
- xfce.enable = true;
- default = "xfce";
- };
+services.xserver.desktopManager = {
+ xfce.enable = true;
+ default = "xfce";
+};
@@ -20,13 +20,13 @@
Optionally, compton
can be enabled for nice graphical effects, some example settings:
- services.compton = {
- enable = true;
- fade = true;
- inactiveOpacity = "0.9";
- shadow = true;
- fadeDelta = 4;
- };
+services.compton = {
+ enable = true;
+ fade = true;
+ inactiveOpacity = "0.9";
+ shadow = true;
+ fadeDelta = 4;
+};
@@ -43,7 +43,7 @@
You can, for example, select KDE’s
sddm instead:
- services.xserver.displayManager.sddm.enable = true;
+services.xserver.displayManager.sddm.enable = true;
@@ -55,7 +55,7 @@
Thunar
volume support, put
- services.xserver.desktopManager.xfce.enable = true;
+services.xserver.desktopManager.xfce.enable = true;
into your configuration.nix.
@@ -87,7 +87,7 @@
(look at journalctl --user -b).
- Thunar:2410): GVFS-RemoteVolumeMonitor-WARNING **: remote volume monitor with dbus name org.gtk.Private.UDisks2VolumeMonitor is not supported
+Thunar:2410): GVFS-RemoteVolumeMonitor-WARNING **: remote volume monitor with dbus name org.gtk.Private.UDisks2VolumeMonitor is not supported
This is caused by some needed GNOME services not running.
@@ -95,7 +95,7 @@
the Advanced tab of the Session and Startup settings panel.
Alternatively, you can run this command to do the same thing.
- $ xfconf-query -c xfce4-session -p /compat/LaunchGNOME -s true
+$ xfconf-query -c xfce4-session -p /compat/LaunchGNOME -s true
A log-out and re-log will be needed for this to take effect.