diff options
author | Mihai Fufezan <[email protected]> | 2024-11-04 19:43:23 +0200 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-11-04 19:43:25 +0200 |
commit | 44899cd5488831b147f385f201959625bd010898 (patch) | |
tree | 3cdca0ba5d185f23b5aad09d563b6c62f06afc82 /nix | |
parent | cd0d0491261728260de3d1aff150e1b6c05f9e86 (diff) | |
download | Hyprland-44899cd5488831b147f385f201959625bd010898.tar.gz Hyprland-44899cd5488831b147f385f201959625bd010898.zip |
nix/overlays: fix xdph overlay
Partial fix for https://github.com/hyprwm/Hyprland/issues/8343
Diffstat (limited to 'nix')
-rw-r--r-- | nix/overlays.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/overlays.nix b/nix/overlays.nix index a78f3003..b1eb66ad 100644 --- a/nix/overlays.nix +++ b/nix/overlays.nix @@ -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 |