1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-28 17:27:28 +02:00

screen-locker: minor description fix

This commit is contained in:
Robert Helgesson 2022-11-08 10:13:26 +01:00
parent b0cf7245c4
commit d20e3d070c
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -99,7 +99,7 @@ in {
type = types.int; type = types.int;
default = 600; default = 600;
description = '' description = ''
X server's screensaver cycle value expresed as seconds. The X server's screensaver cycle value expressed as seconds.
This will be used with <command>xset</command> to configure This will be used with <command>xset</command> to configure
the cycle along with timeout. the cycle along with timeout.
''; '';