nix: update xdph

This commit is contained in:
Mihai Fufezan
2023-01-07 20:33:15 +02:00
parent 809b7181a8
commit b1104b1ca7
2 changed files with 12 additions and 25 deletions

View File

@@ -8,15 +8,16 @@
flake = false;
};
xdph = {
url = "github:hyprwm/xdg-desktop-portal-hyprland";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland-protocols = {
url = "github:hyprwm/hyprland-protocols";
inputs.nixpkgs.follows = "nixpkgs";
};
xdph = {
url = "github:hyprwm/xdg-desktop-portal-hyprland";
inputs.nixpkgs.follows = "nixpkgs";
inputs.hyprland-protocols.follows = "hyprland-protocols";
};
};
outputs = inputs @ {