aboutsummaryrefslogtreecommitdiffhomepage
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
parent4190b967186e50d00ea3dc636e9f3ec40639dd03 (diff)
downloadHyprland-55cb565e6de201a09bc5a7fb91a9a87448cea321.tar.gz
Hyprland-55cb565e6de201a09bc5a7fb91a9a87448cea321.zip
Nix: expose legacyRenderer package
-rw-r--r--flake.nix1
-rw-r--r--nix/overlays.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index a6d723f2..cd9869d9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -65,6 +65,7 @@
hyprland
hyprland-unwrapped
hyprland-debug
+ hyprland-legacy-renderer
# hyprland-extras
xdg-desktop-portal-hyprland
# dependencies
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.