summary refs log tree commit diff
path: root/nixos/modules/programs/bash/undistract-me.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/bash/undistract-me.nix')
-rw-r--r--nixos/modules/programs/bash/undistract-me.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/programs/bash/undistract-me.nix b/nixos/modules/programs/bash/undistract-me.nix
index 8d1b1740f6448..587b649377df8 100644
--- a/nixos/modules/programs/bash/undistract-me.nix
+++ b/nixos/modules/programs/bash/undistract-me.nix
@@ -8,9 +8,9 @@ in
 {
   options = {
     programs.bash.undistractMe = {
-      enable = mkEnableOption "notifications when long-running terminal commands complete";
+      enable = mkEnableOption (lib.mdDoc "notifications when long-running terminal commands complete");
 
-      playSound = mkEnableOption "notification sounds when long-running terminal commands complete";
+      playSound = mkEnableOption (lib.mdDoc "notification sounds when long-running terminal commands complete");
 
       timeout = mkOption {
         default = 10;