summary refs log tree commit diff
path: root/nixos/modules/programs/feedbackd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/feedbackd.nix')
-rw-r--r--nixos/modules/programs/feedbackd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/feedbackd.nix b/nixos/modules/programs/feedbackd.nix
index 4194080c8a7..7e6cf829467 100644
--- a/nixos/modules/programs/feedbackd.nix
+++ b/nixos/modules/programs/feedbackd.nix
@@ -13,7 +13,7 @@ in {
         Your user needs to be in the `feedbackd` group to trigger effects.
       '';
       package = mkOption {
-        description = ''
+        description = lib.mdDoc ''
           Which feedbackd package to use.
         '';
         type = types.package;