dotfiles/nixos/modules/hyprland/hypridle.nix

11 lines
80 B
Nix
Raw Normal View History

2025-01-09 02:09:02 -06:00
{
flake,
pkgs,
...
2025-02-03 02:00:27 -06:00
}:
{
2025-01-09 02:09:02 -06:00
services.hypridle = {
enable = true;
};
}