1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-16 15:58:36 +00:00

nixos/xautolock: improve doc of time parameer

Specify that the `time` parameter expresses minutes.
This commit is contained in:
Lorenzo 2019-02-09 20:47:01 +01:00 committed by GitHub
parent 64825dfd26
commit 1dca9d763c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
'';
};