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
+1 -1
View File
@@ -21,7 +21,7 @@ in
type = types.int; type = types.int;
description = '' description = ''
Idle time to wait until xautolock locks the computer. Idle time (in minutes) to wait until xautolock locks the computer.
''; '';
}; };