diff options
author | Mihai Fufezan <[email protected]> | 2023-12-13 13:31:36 +0200 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2023-12-13 13:31:36 +0200 |
commit | 55cb565e6de201a09bc5a7fb91a9a87448cea321 (patch) | |
tree | fcd5357403f7938cc8c2c155a0045edd5de719d6 | |
parent | 4190b967186e50d00ea3dc636e9f3ec40639dd03 (diff) | |
download | Hyprland-55cb565e6de201a09bc5a7fb91a9a87448cea321.tar.gz Hyprland-55cb565e6de201a09bc5a7fb91a9a87448cea321.zip |
Nix: expose legacyRenderer package
-rw-r--r-- | flake.nix | 1 | ||||
-rw-r--r-- | nix/overlays.nix | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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. |