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.