nixconf/common/hypridle.nix
2024-03-19 10:10:07 +01:00

8 lines
128 B
Nix

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