Skip to content

Commit

Permalink
nix/overlays: fix xdph overlay
Browse files Browse the repository at this point in the history
Partial fix for #8343
  • Loading branch information
fufexan committed Nov 4, 2024
1 parent cd0d049 commit 44899cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/overlays.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ in {
# Packages for extra software recommended for usage with Hyprland,
# including forked or patched packages for compatibility.
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
Expand Down

0 comments on commit 44899cd

Please sign in to comment.