dotfiles/nixos/modules/hyprland/hypridle.nix

11 lines
150 B
Nix
Raw Normal View History

2025-01-09 02:09:02 -06:00
{
flake,
pkgs,
...
}: {
services.hypridle = {
enable = true;
package = flake.inputs.hypridle.packages.${pkgs.system}.hypridle;
};
}