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:
parent
64825dfd26
commit
1dca9d763c
|
@ -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.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue