Skip to content

Commit

Permalink
nix: overlays: default: change composition order
Browse files Browse the repository at this point in the history
  • Loading branch information
spikespaz committed Oct 28, 2024
1 parent e9bba77 commit f00bd86
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions nix/overlays.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@

version = ver + "+date=" + (mkDate (self.lastModifiedDate or "19700101")) + "_" + (self.shortRev or "dirty");
in {
# List dependencies in descending order with respect to usage.
default = lib.composeManyExtensions [
self.overlays.xdg-desktop-portal-hyprland
inputs.hyprlang.overlays.default
inputs.hyprland-protocols.overlays.default
inputs.hyprutils.overlays.default
inputs.hyprlang.overlays.default
inputs.hyprwayland-scanner.overlays.default
inputs.hyprland-protocols.overlays.default
self.overlays.sdbuscpp
self.overlays.xdg-desktop-portal-hyprland
];

xdg-desktop-portal-hyprland = lib.composeManyExtensions [
Expand Down

0 comments on commit f00bd86

Please sign in to comment.