Enable hyprlock and hypridle

This commit is contained in:
SebastianStork 2024-04-12 01:18:09 +02:00
parent 61b00efc83
commit bf792236bc
3 changed files with 180 additions and 2 deletions

View file

@ -28,6 +28,16 @@
};
hyprland.url = "github:hyprwm/Hyprland";
hyprlock = {
url = "github:hyprwm/Hyprlock";
inputs.nixpkgs.follows = "nixpkgs";
};
hypridle = {
url = "github:hyprwm/Hypridle";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {nixpkgs, ...} @ inputs: let