about summary refs log tree commit diff
diff options
context:
space:
mode:
authorElis Hirwing <elis@hirwing.se>2019-02-09 22:55:42 +0100
committerGitHub <noreply@github.com>2019-02-09 22:55:42 +0100
commit2aa0ba2c9b38449b09cdb64d2e320a1dfa28b85c (patch)
tree19695587ff427c400b50195f9c866114004e213f
parent77af55eb747b3ce9e625bd64b4fc19497697496b (diff)
parent1dca9d763ca7f36fda629011e3788fe42bfeaada (diff)
downloadnixlib-2aa0ba2c9b38449b09cdb64d2e320a1dfa28b85c.tar
nixlib-2aa0ba2c9b38449b09cdb64d2e320a1dfa28b85c.tar.gz
nixlib-2aa0ba2c9b38449b09cdb64d2e320a1dfa28b85c.tar.bz2
nixlib-2aa0ba2c9b38449b09cdb64d2e320a1dfa28b85c.tar.lz
nixlib-2aa0ba2c9b38449b09cdb64d2e320a1dfa28b85c.tar.xz
nixlib-2aa0ba2c9b38449b09cdb64d2e320a1dfa28b85c.tar.zst
nixlib-2aa0ba2c9b38449b09cdb64d2e320a1dfa28b85c.zip
Merge pull request #55491 from asymmetric/patch-4
nixos/xautolock: improve doc of time parameer
-rw-r--r--nixos/modules/services/x11/xautolock.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/xautolock.nix b/nixos/modules/services/x11/xautolock.nix
index a614559970e9..cbe000058dc6 100644
--- a/nixos/modules/services/x11/xautolock.nix
+++ b/nixos/modules/services/x11/xautolock.nix
@@ -21,7 +21,7 @@ in
           type = types.int;
 
           description = ''
-            Idle time to wait until xautolock locks the computer.
+            Idle time (in minutes) to wait until xautolock locks the computer.
           '';
         };