summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/x11/xautolock.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/x11/xautolock.nix')
-rw-r--r--nixos/modules/services/x11/xautolock.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/x11/xautolock.nix b/nixos/modules/services/x11/xautolock.nix
index b8ebd1a000e2..8200057660e5 100644
--- a/nixos/modules/services/x11/xautolock.nix
+++ b/nixos/modules/services/x11/xautolock.nix
@@ -9,8 +9,8 @@ in
options = {
services.xserver.xautolock = {
enable = mkEnableOption (lib.mdDoc "xautolock");
- enableNotifier = mkEnableOption "xautolock.notify" // {
- description = ''
+ enableNotifier = mkEnableOption (lib.mdDoc "xautolock.notify") // {
+ description = lib.mdDoc ''
Whether to enable the notifier feature of xautolock.
This publishes a notification before the autolock.
'';