MyNixOS website logo

Run command on occurrence of a event.

Declarations
Type
(submodule) or (list of (attribute set)) convertible to it
Default
{ }
Example
{
  "before-sleep" = "${pkgs.swaylock}/bin/swaylock -fF";
  "lock" = "lock";
}