Nix: add wrapping back

Ref: https://github.com/hyprwm/hyprland-plugins/issues/93
This commit is contained in:
Mihai Fufezan 2024-03-15 10:11:54 +02:00
parent dc44bd7113
commit d00c658405
No known key found for this signature in database
3 changed files with 12 additions and 7 deletions

View file

@ -38,6 +38,7 @@ in {
udis86 = final.udis86-hyprland; # explicit override until decided on breaking change of the name
inherit date;
};
hyprland-unwrapped = final.hyprland.override {wrapRuntimeDeps = false;};
hyprland-debug = final.hyprland.override {debug = true;};
hyprland-legacy-renderer = final.hyprland.override {legacyRenderer = true;};
hyprland-nvidia =