summary refs log tree commit diff
path: root/nixos/modules/programs/nm-applet.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/nm-applet.nix')
-rw-r--r--nixos/modules/programs/nm-applet.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/nm-applet.nix b/nixos/modules/programs/nm-applet.nix
index 5bcee30125b..ef24030c9db 100644
--- a/nixos/modules/programs/nm-applet.nix
+++ b/nixos/modules/programs/nm-applet.nix
@@ -11,7 +11,7 @@
     indicator = lib.mkOption {
       type = lib.types.bool;
       default = true;
-      description = ''
+      description = lib.mdDoc ''
         Whether to use indicator instead of status icon.
         It is needed for Appindicator environments, like Enlightenment.
       '';