nixos/unclutter: fix remaining typo

This commit is contained in:
rnhmjoj 2020-02-14 01:28:03 +01:00
parent c1741fc12a
commit f01bcccd25
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

@ -61,7 +61,7 @@ in {
serviceConfig.ExecStart = ''
${cfg.package}/bin/unclutter \
-idle ${toString cfg.timeout} \
-jitter ${toString (cfg.threeshold - 1)} \
-jitter ${toString (cfg.threshold - 1)} \
${optionalString cfg.keystroke "-keystroke"} \
${concatMapStrings (x: " -"+x) cfg.extraOptions} \
-not ${concatStringsSep " " cfg.excluded} \