dotfiles/nixos/modules/hyprland/hypridle.nix
2025-02-03 02:00:27 -06:00

10 lines
80 B
Nix
Executable file

{
flake,
pkgs,
...
}:
{
services.hypridle = {
enable = true;
};
}