summary refs log tree commit diff
path: root/nixos/doc/manual/configuration/xfce.chapter.md
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-07-04 08:24:44 +0800
committerBobby Rong <rjl931189261@126.com>2021-07-04 08:24:44 +0800
commitad393d5f63ebbf52b9c3977041910632ea30699c (patch)
treeb7340b34f8f9936be2db0fb4fa51d9d1286bac27 /nixos/doc/manual/configuration/xfce.chapter.md
parentf8bdee0054668f1ac7b30679e5ce6f5b95f160ee (diff)
downloadnixpkgs-ad393d5f63ebbf52b9c3977041910632ea30699c.tar
nixpkgs-ad393d5f63ebbf52b9c3977041910632ea30699c.tar.gz
nixpkgs-ad393d5f63ebbf52b9c3977041910632ea30699c.tar.bz2
nixpkgs-ad393d5f63ebbf52b9c3977041910632ea30699c.tar.lz
nixpkgs-ad393d5f63ebbf52b9c3977041910632ea30699c.tar.xz
nixpkgs-ad393d5f63ebbf52b9c3977041910632ea30699c.tar.zst
nixpkgs-ad393d5f63ebbf52b9c3977041910632ea30699c.zip
nixos: use only URI fragment in manual options links
Diffstat (limited to 'nixos/doc/manual/configuration/xfce.chapter.md')
-rw-r--r--nixos/doc/manual/configuration/xfce.chapter.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/doc/manual/configuration/xfce.chapter.md b/nixos/doc/manual/configuration/xfce.chapter.md
index 3c0c5f3a6f3..b0ef6682aae 100644
--- a/nixos/doc/manual/configuration/xfce.chapter.md
+++ b/nixos/doc/manual/configuration/xfce.chapter.md
@@ -22,13 +22,13 @@ services.picom = {
 
 Some Xfce programs are not installed automatically. To install them
 manually (system wide), put them into your
-[`environment.systemPackages`](options.html#opt-environment.systemPackages) from `pkgs.xfce`.
+[](#opt-environment.systemPackages) from `pkgs.xfce`.
 
 ## Thunar Plugins {#sec-xfce-thunar-plugins .unnumbered}
 
 If you\'d like to add extra plugins to Thunar, add them to
-[`services.xserver.desktopManager.xfce.thunarPlugins`](options.html#opt-services.xserver.desktopManager.xfce.thunarPlugins).
-You shouldn\'t just add them to [`environment.systemPackages`](options.html#opt-environment.systemPackages).
+[](#opt-services.xserver.desktopManager.xfce.thunarPlugins).
+You shouldn\'t just add them to [](#opt-environment.systemPackages).
 
 ## Troubleshooting {#sec-xfce-troubleshooting .unnumbered}