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";
|
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 =
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue