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 5ea2982dd93..a67d8ae064d 100644
--- a/nixos/modules/programs/thunar.nix
+++ b/nixos/modules/programs/thunar.nix
@@ -16,7 +16,7 @@ in {
       plugins = mkOption {
         default = [];
         type = types.listOf types.package;
-        description = "List of thunar plugins to install.";
+        description = lib.mdDoc "List of thunar plugins to install.";
         example = literalExpression "with pkgs.xfce; [ thunar-archive-plugin thunar-volman ]";
       };