feat(hyprland): use hypridle instead of swayidle

This commit is contained in:
matt1432 2024-02-21 17:21:57 -05:00
parent aed252651f
commit fd5a54017c
4 changed files with 84 additions and 25 deletions

View file

@ -189,6 +189,13 @@
inputs.nixpkgs.follows = "nixpkgs";
};
hypridle = {
type = "github";
owner = "hyprwm";
repo = "hypridle";
inputs.nixpkgs.follows = "nixpkgs";
};
# FIXME: https://github.com/horriblename/hyprgrass/issues/76
hyprgrass = {