summary refs log tree commit diff
path: root/nixos/modules/programs/xfconf.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/xfconf.nix')
-rw-r--r--nixos/modules/programs/xfconf.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/xfconf.nix b/nixos/modules/programs/xfconf.nix
index 8e854b40e513d..b0f45339335d6 100644
--- a/nixos/modules/programs/xfconf.nix
+++ b/nixos/modules/programs/xfconf.nix
@@ -11,7 +11,7 @@ in {
 
   options = {
     programs.xfconf = {
-      enable = mkEnableOption "Xfconf, the Xfce configuration storage system";
+      enable = mkEnableOption (lib.mdDoc "Xfconf, the Xfce configuration storage system");
     };
   };