aboutsummaryrefslogtreecommitdiffhomepage
path: root/nix/overlays.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/overlays.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.