From 55cb565e6de201a09bc5a7fb91a9a87448cea321 Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Wed, 13 Dec 2023 13:31:36 +0200 Subject: [PATCH] Nix: expose legacyRenderer package --- flake.nix | 1 + nix/overlays.nix | 1 + 2 files changed, 2 insertions(+) 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.