summary refs log tree commit diff
path: root/nixos/modules/programs/thunar.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/thunar.nix')
-rw-r--r--nixos/modules/programs/thunar.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/thunar.nix b/nixos/modules/programs/thunar.nix
index a67d8ae064d..cb85b3886c1 100644
--- a/nixos/modules/programs/thunar.nix
+++ b/nixos/modules/programs/thunar.nix
@@ -11,7 +11,7 @@ in {
 
   options = {
     programs.thunar = {
-      enable = mkEnableOption "Thunar, the Xfce file manager";
+      enable = mkEnableOption (lib.mdDoc "Thunar, the Xfce file manager");
 
       plugins = mkOption {
         default = [];