This commit is contained in:
Noa Aarts 2024-03-19 10:10:07 +01:00
parent 6d35cae3ff
commit 8f19c6d7b4
5 changed files with 85 additions and 10 deletions

View file

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