MyNixOS website logo

List of commands to run after idle timeout.

Declarations
Type
list of (submodule)
Default
[ ]
Example
[
  { timeout = 60; command = "${pkgs.swaylock}/bin/swaylock -fF"; }
  { timeout = 90; command = "${pkgs.systemd}/bin/systemctl suspend"; }
]