main
 1{
 2  flake.modules.homeManager.wm-niri = {pkgs, ...}: {
 3    services.hypridle.settings = {
 4      listener = [
 5        {
 6          timeout = 600;
 7          on-timeout = "${pkgs.niri}/bin/niri msg action power-off-monitors";
 8        }
 9      ];
10    };
11  };
12}