aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorTimon Schelling <[email protected]>2024-10-07 15:44:03 +0000
committerMihai Fufezan <[email protected]>2024-10-07 21:43:35 +0300
commit5bf7b1e1fadf743f41ec765f7545370e3d7ccf96 (patch)
tree36a743d04d84177bb8f98aba5f295c373c7884e2 /flake.nix
parent97444ed7a8a83406970fcc05907db1110435b59b (diff)
downloadHyprland-5bf7b1e1fadf743f41ec765f7545370e3d7ccf96.tar.gz
Hyprland-5bf7b1e1fadf743f41ec765f7545370e3d7ccf96.zip
flake.nix: add xdph follows
fixes a duplicate hyprland-protocols instance sometimes being created due to xdph not following hyprlands instance
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index ee5af6a1..cfd003f8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -51,6 +51,7 @@
url = "github:hyprwm/xdg-desktop-portal-hyprland";
inputs.nixpkgs.follows = "nixpkgs";
inputs.systems.follows = "systems";
+ inputs.hyprland-protocols.follows = "hyprland-protocols";
inputs.hyprlang.follows = "hyprlang";
inputs.hyprutils.follows = "hyprutils";
inputs.hyprwayland-scanner.follows = "hyprwayland-scanner";
@@ -98,13 +99,13 @@
inherit
(pkgsFor.${system})
# hyprland-packages
-
+
hyprland
hyprland-debug
hyprland-legacy-renderer
hyprland-unwrapped
# hyprland-extras
-
+
xdg-desktop-portal-hyprland
;
hyprland-cross = (pkgsCrossFor.${system} "aarch64-linux").hyprland;