mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-06 00:35:58 +01:00
nix: overlays: default: change composition order
This commit is contained in:
parent
fa0dcd778c
commit
998f646762
1 changed files with 5 additions and 4 deletions
|
@ -13,13 +13,14 @@
|
|||
|
||||
version = ver + "+date=" + (mkDate (self.lastModifiedDate or "19700101")) + "_" + (self.shortRev or "dirty");
|
||||
in {
|
||||
# List dependencies in ascending order with respect to usage (`foldr`).
|
||||
default = lib.composeManyExtensions [
|
||||
self.overlays.xdg-desktop-portal-hyprland
|
||||
inputs.hyprlang.overlays.default
|
||||
inputs.hyprland-protocols.overlays.default
|
||||
inputs.hyprutils.overlays.default
|
||||
inputs.hyprwayland-scanner.overlays.default
|
||||
self.overlays.sdbus-cpp_2
|
||||
inputs.hyprland-protocols.overlays.default
|
||||
inputs.hyprwayland-scanner.overlays.default
|
||||
inputs.hyprlang.overlays.default
|
||||
inputs.hyprutils.overlays.default
|
||||
];
|
||||
|
||||
xdg-desktop-portal-hyprland = lib.composeManyExtensions [
|
||||
|
|
Loading…
Reference in a new issue