about summary refs log tree commit diff
path: root/nixos/modules/config/xdg/autostart.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/config/xdg/autostart.nix')
-rw-r--r--nixos/modules/config/xdg/autostart.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/config/xdg/autostart.nix b/nixos/modules/config/xdg/autostart.nix
index 40984cb5ec53f..a4fdbda911a28 100644
--- a/nixos/modules/config/xdg/autostart.nix
+++ b/nixos/modules/config/xdg/autostart.nix
@@ -10,9 +10,9 @@ with lib;
     xdg.autostart.enable = mkOption {
       type = types.bool;
       default = true;
-      description = ''
+      description = lib.mdDoc ''
         Whether to install files to support the
-        <link xlink:href="https://specifications.freedesktop.org/autostart-spec/autostart-spec-latest.html">XDG Autostart specification</link>.
+        [XDG Autostart specification](https://specifications.freedesktop.org/autostart-spec/autostart-spec-latest.html).
       '';
     };
   };