summaryrefslogtreecommitdiffstats
path: root/nixos/doc
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-02-09 18:38:01 +0100
committerVladimír Čunát <vcunat@gmail.com>2017-02-09 18:38:01 +0100
commita0505989c98580867286cc0674f0aac58a8c3bdc (patch)
treedf8a60a82fcde60e71da4b639b3a46eeb7e05a49 /nixos/doc
parentde592483d1f644cc46d9a8a00c36c1e7bda4ab1a (diff)
Xfce docs nitpicks
- fix validity - XFCE -> Xfce, as that seems to be upstream preference
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/configuration/xfce.xml19
1 files changed, 10 insertions, 9 deletions
diff --git a/nixos/doc/manual/configuration/xfce.xml b/nixos/doc/manual/configuration/xfce.xml
index d406616bae04..7b60493e9df5 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">
- <title>XFCE Desktop Environment</title>
+ <title>Xfce Desktop Environment</title>
<para>
- To enable the XFCE Desktop Environment, set
+ To enable the Xfce Desktop Environment, set
<programlisting>
services.xserver.desktopManager = {
xfce.enable = true;
@@ -31,15 +31,16 @@
</para>
<para>
- XFCE programs are not installed automatically.
+ Some Xfce programs are not installed automatically.
To install them manually (system wide), put them into your
- <literal>environment.systemPackages</literal>-
- <para>
+ <literal>environment.systemPackages</literal>.
+ </para>
<para>
- NixOS’s default <emphasis>display manager</emphasis> (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 <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>kdm</command> instead:
<programlisting>
services.xserver.displayManager.kdm.enable = true;
@@ -66,7 +67,7 @@
<para>
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 <emphasis>polkit_gnome</emphasis>, a rebuild, logout and