dotfiles/nixos/modules/hyprland/hypridle.nix
2025-01-09 02:09:02 -06:00

10 lines
150 B
Nix
Executable file

{
flake,
pkgs,
...
}: {
services.hypridle = {
enable = true;
package = flake.inputs.hypridle.packages.${pkgs.system}.hypridle;
};
}