aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2024-09-22 21:19:09 +0300
committerMihai Fufezan <[email protected]>2024-09-27 00:07:52 +0300
commit14942bca60cc7d85e8238a151bd444112601ebe6 (patch)
treebdb4c07166732ff2524678c6b25737387e84fef3 /flake.nix
parent77f2a01304f33a2dc7c9002ca9fb20a7653e6ae1 (diff)
downloadHyprland-14942bca60cc7d85e8238a151bd444112601ebe6.tar.gz
Hyprland-14942bca60cc7d85e8238a151bd444112601ebe6.zip
Nix: re-add hyprland-protocols
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index eca45675..ee5af6a1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -22,6 +22,12 @@
inputs.hyprlang.follows = "hyprlang";
};
+ hyprland-protocols = {
+ url = "github:hyprwm/hyprland-protocols";
+ inputs.nixpkgs.follows = "nixpkgs";
+ inputs.systems.follows = "systems";
+ };
+
hyprlang = {
url = "github:hyprwm/hyprlang";
inputs.nixpkgs.follows = "nixpkgs";