nix/overlays: fix xdph overlay

Partial fix for https://github.com/hyprwm/Hyprland/issues/8343
This commit is contained in:
Mihai Fufezan 2024-11-04 19:43:23 +02:00
parent cd0d049126
commit 44899cd548
Signed by: fufexan
SSH key fingerprint: SHA256:SdnKmEpJrDu1+2UO1QpB/Eg4HKcdDi6n+xSRqFNJVpg

View file

@ -63,7 +63,7 @@ in {
# Packages for extra software recommended for usage with Hyprland, # Packages for extra software recommended for usage with Hyprland,
# including forked or patched packages for compatibility. # including forked or patched packages for compatibility.
hyprland-extras = lib.composeManyExtensions [ hyprland-extras = lib.composeManyExtensions [
inputs.xdph.overlays.xdg-desktop-portal-hyprland inputs.xdph.overlays.default
]; ];
# udis86 from nixpkgs is too old, and also does not provide a .pc file # udis86 from nixpkgs is too old, and also does not provide a .pc file