diff options
author | Mihai Fufezan <[email protected]> | 2024-09-22 21:19:09 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-09-27 00:07:52 +0300 |
commit | 14942bca60cc7d85e8238a151bd444112601ebe6 (patch) | |
tree | bdb4c07166732ff2524678c6b25737387e84fef3 /nix | |
parent | 77f2a01304f33a2dc7c9002ca9fb20a7653e6ae1 (diff) | |
download | Hyprland-14942bca60cc7d85e8238a151bd444112601ebe6.tar.gz Hyprland-14942bca60cc7d85e8238a151bd444112601ebe6.zip |
Nix: re-add hyprland-protocols
Diffstat (limited to 'nix')
-rw-r--r-- | nix/default.nix | 2 | ||||
-rw-r--r-- | nix/overlays.nix | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/nix/default.nix b/nix/default.nix index be7394e4..85a3105d 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -13,6 +13,7 @@ cairo, git, hyprcursor, + hyprland-protocols, hyprlang, hyprutils, hyprwayland-scanner, @@ -116,6 +117,7 @@ in cairo git hyprcursor + hyprland-protocols hyprlang hyprutils libdrm diff --git a/nix/overlays.nix b/nix/overlays.nix index d6e078fa..71b5f59f 100644 --- a/nix/overlays.nix +++ b/nix/overlays.nix @@ -22,6 +22,7 @@ in { # Dependencies inputs.aquamarine.overlays.default inputs.hyprcursor.overlays.default + inputs.hyprland-protocols.overlays.default inputs.hyprlang.overlays.default inputs.hyprutils.overlays.default inputs.hyprwayland-scanner.overlays.default |