summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-02-01 03:26:29 -0500
committerGitHub <noreply@github.com>2020-02-01 03:26:29 -0500
commit8a8f03e40e7aa4232b3bcb5385db7310e2ece880 (patch)
tree4cb5ca164899a90316c5ef3344d9ca895d451ded /nixos/doc
parentc20642fad4b487a289698c9aa64b0805b51326f8 (diff)
parent1687c355e729b9adef5dcd4c10968104521353d1 (diff)
downloadnixpkgs-8a8f03e40e7aa4232b3bcb5385db7310e2ece880.tar
nixpkgs-8a8f03e40e7aa4232b3bcb5385db7310e2ece880.tar.gz
nixpkgs-8a8f03e40e7aa4232b3bcb5385db7310e2ece880.tar.bz2
nixpkgs-8a8f03e40e7aa4232b3bcb5385db7310e2ece880.tar.lz
nixpkgs-8a8f03e40e7aa4232b3bcb5385db7310e2ece880.tar.xz
nixpkgs-8a8f03e40e7aa4232b3bcb5385db7310e2ece880.tar.zst
nixpkgs-8a8f03e40e7aa4232b3bcb5385db7310e2ece880.zip
Merge pull request #78839 from worldofpeace/update-xfce-docs
Update xfce docs
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/configuration/xfce.xml23
1 files changed, 6 insertions, 17 deletions
diff --git a/nixos/doc/manual/configuration/xfce.xml b/nixos/doc/manual/configuration/xfce.xml
index 7d2862f8b31..a81a327c09b 100644
--- a/nixos/doc/manual/configuration/xfce.xml
+++ b/nixos/doc/manual/configuration/xfce.xml
@@ -28,25 +28,14 @@
  <para>
   Some Xfce programs are not installed automatically. To install them manually
   (system wide), put them into your
-  <xref linkend="opt-environment.systemPackages"/>.
+  <xref linkend="opt-environment.systemPackages"/> from <literal>pkgs.xfce</literal>.
  </para>
- <simplesect xml:id="sec-xfce-thunar-volumes">
-  <title>Thunar Volume Support</title>
+ <simplesect xml:id="sec-xfce-thunar-plugins">
+  <title>Thunar Plugins</title>
   <para>
-   To enable <emphasis>Thunar</emphasis> volume support, put
-<programlisting>
-<xref linkend="opt-services.xserver.desktopManager.xfce.enable"/> = true;
-</programlisting>
-   into your <emphasis>configuration.nix</emphasis>.
-  </para>
- </simplesect>
- <simplesect xml:id="sec-xfce-polkit">
-  <title>Polkit Authentication Agent</title>
-  <para>
-   There is no authentication agent automatically installed alongside Xfce. To
-   allow mounting of local (non-removable) filesystems, you will need to
-   install one. Installing <emphasis>polkit_gnome</emphasis>, a rebuild, logout
-   and login did the trick.
+    If you'd like to add extra plugins to Thunar, add them to
+    <xref linkend="opt-services.xserver.desktopManager.xfce.thunarPlugins"/>.
+    You shouldn't just add them to <xref linkend="opt-environment.systemPackages"/>.
   </para>
  </simplesect>
  <simplesect xml:id="sec-xfce-troubleshooting">