Merge pull request #80077 from rnhmjoj/unclutter

nixos/unclutter: fix remaining typo
This commit is contained in:
Michele Guerini Rocco
2020-02-14 09:38:45 +01:00
committed by GitHub

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} \