From 1dca9d763ca7f36fda629011e3788fe42bfeaada Mon Sep 17 00:00:00 2001 From: Lorenzo Date: Sat, 9 Feb 2019 20:47:01 +0100 Subject: nixos/xautolock: improve doc of time parameer Specify that the `time` parameter expresses minutes. --- nixos/modules/services/x11/xautolock.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ''; }; -- cgit 1.4.1