8 lines
114 B
Nix
8 lines
114 B
Nix
{ ... }:
|
|
|
|
{
|
|
options.services.hypridle = {
|
|
enable = true;
|
|
# TODO: find commands to turn on/off monitors
|
|
};
|
|
}
|