nixconf/common/hypridle.nix
2024-03-18 13:15:13 +01:00

8 lines
114 B
Nix

{ ... }:
{
options.services.hypridle = {
enable = true;
# TODO: find commands to turn on/off monitors
};
}