feat(desktop): move from xdph repo to hyprland's

This commit is contained in:
Alexandre Cavalheiro 2024-11-12 00:23:57 -03:00
parent 3f171600ae
commit 10d4838afa
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 2 additions and 4 deletions

View file

@ -19,8 +19,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
hyprland.url = "github:hyprwm/Hyprland/v0.44.1"; hyprland.url = "github:hyprwm/Hyprland";
xdph.url = "github:hyprwm/xdg-desktop-portal-hyprland";
}; };
outputs = outputs =

View file

@ -1,7 +1,6 @@
{ {
pkgs, pkgs,
hyprland, hyprland,
xdph,
... ...
}: }:
@ -27,7 +26,7 @@ in
enable = true; enable = true;
package = hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland; package = hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
portalPackage = xdph.packages.${pkgs.stdenv.hostPlatform.system}.default; portalPackage = hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
}; };
# Enable XDG Desktop Portals. # Enable XDG Desktop Portals.