diff options
author | Mihai Fufezan <[email protected]> | 2023-01-07 20:33:15 +0200 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2023-01-07 20:33:15 +0200 |
commit | b1104b1ca70372c377289efe6ed99f2d1f6a1ca3 (patch) | |
tree | e9c0b50fd80b87f6cb3db312b952e2a3509b06a2 /flake.nix | |
parent | 809b7181a86b266a9d914e0b1e2c963030975513 (diff) | |
download | Hyprland-b1104b1ca70372c377289efe6ed99f2d1f6a1ca3.tar.gz Hyprland-b1104b1ca70372c377289efe6ed99f2d1f6a1ca3.zip |
nix: update xdph
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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"; }; }; |