aboutsummaryrefslogtreecommitdiffhomepage
path: root/nix
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2023-12-13 13:31:36 +0200
committerMihai Fufezan <[email protected]>2023-12-13 13:31:36 +0200
commit55cb565e6de201a09bc5a7fb91a9a87448cea321 (patch)
treefcd5357403f7938cc8c2c155a0045edd5de719d6 /nix
parent4190b967186e50d00ea3dc636e9f3ec40639dd03 (diff)
downloadHyprland-55cb565e6de201a09bc5a7fb91a9a87448cea321.tar.gz
Hyprland-55cb565e6de201a09bc5a7fb91a9a87448cea321.zip
Nix: expose legacyRenderer package
Diffstat (limited to 'nix')
-rw-r--r--nix/overlays.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/overlays.nix b/nix/overlays.nix
index 60ebd574..3658cdfd 100644
--- a/nix/overlays.nix
+++ b/nix/overlays.nix
@@ -38,6 +38,7 @@ in {
};
hyprland-unwrapped = final.hyprland.override {wrapRuntimeDeps = false;};
hyprland-debug = final.hyprland.override {debug = true;};
+ hyprland-legacy-renderer = final.hyprland.override { legacyRenderer = true; };
hyprland-nvidia =
builtins.trace ''
hyprland-nvidia was removed. Please use the hyprland package.