nixos/unclutter: fix remaining typo
This commit is contained in:
parent
c1741fc12a
commit
f01bcccd25
1 changed files with 1 additions and 1 deletions
|
@ -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} \
|
||||
|
|
Loading…
Reference in a new issue