aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2023-01-07 20:33:15 +0200
committerMihai Fufezan <[email protected]>2023-01-07 20:33:15 +0200
commitb1104b1ca70372c377289efe6ed99f2d1f6a1ca3 (patch)
treee9c0b50fd80b87f6cb3db312b952e2a3509b06a2 /flake.nix
parent809b7181a86b266a9d914e0b1e2c963030975513 (diff)
downloadHyprland-b1104b1ca70372c377289efe6ed99f2d1f6a1ca3.tar.gz
Hyprland-b1104b1ca70372c377289efe6ed99f2d1f6a1ca3.zip
nix: update xdph
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index b3f8e70e..15ff9e61 100644
--- a/flake.nix
+++ b/flake.nix
@@ -8,14 +8,15 @@
flake = false;
};
- xdph = {
- url = "github:hyprwm/xdg-desktop-portal-hyprland";
+ hyprland-protocols = {
+ url = "github:hyprwm/hyprland-protocols";
inputs.nixpkgs.follows = "nixpkgs";
};
- hyprland-protocols = {
- url = "github:hyprwm/hyprland-protocols";
+ xdph = {
+ url = "github:hyprwm/xdg-desktop-portal-hyprland";
inputs.nixpkgs.follows = "nixpkgs";
+ inputs.hyprland-protocols.follows = "hyprland-protocols";
};
};