feat(desktop): move from xdph repo to hyprland's
This commit is contained in:
parent
3f171600ae
commit
10d4838afa
|
@ -19,8 +19,7 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
hyprland.url = "github:hyprwm/Hyprland/v0.44.1";
|
||||
xdph.url = "github:hyprwm/xdg-desktop-portal-hyprland";
|
||||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
pkgs,
|
||||
hyprland,
|
||||
xdph,
|
||||
...
|
||||
}:
|
||||
|
||||
|
@ -27,7 +26,7 @@ in
|
|||
enable = true;
|
||||
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue