summary refs log tree commit diff
path: root/nixos/modules/services/x11/xautolock.nix
diff options
context:
space:
mode:
authorLorenzo <lorenzo@mailbox.org>2019-02-09 20:47:01 +0100
committerGitHub <noreply@github.com>2019-02-09 20:47:01 +0100
commit1dca9d763ca7f36fda629011e3788fe42bfeaada (patch)
tree009c195f51122f8fb145c67e73910e6e03847809 /nixos/modules/services/x11/xautolock.nix
parent64825dfd26ace38ffa2c0de971a5fafb87fdfd30 (diff)
downloadnixpkgs-1dca9d763ca7f36fda629011e3788fe42bfeaada.tar
nixpkgs-1dca9d763ca7f36fda629011e3788fe42bfeaada.tar.gz
nixpkgs-1dca9d763ca7f36fda629011e3788fe42bfeaada.tar.bz2
nixpkgs-1dca9d763ca7f36fda629011e3788fe42bfeaada.tar.lz
nixpkgs-1dca9d763ca7f36fda629011e3788fe42bfeaada.tar.xz
nixpkgs-1dca9d763ca7f36fda629011e3788fe42bfeaada.tar.zst
nixpkgs-1dca9d763ca7f36fda629011e3788fe42bfeaada.zip
nixos/xautolock: improve doc of time parameer
Specify that the `time` parameter expresses minutes.
Diffstat (limited to 'nixos/modules/services/x11/xautolock.nix')
-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 a614559970e..cbe000058dc 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.
           '';
         };