diff --git a/flake.nix b/flake.nix index e97ba1c9..9bee5efc 100644 --- a/flake.nix +++ b/flake.nix @@ -77,7 +77,6 @@ # hyprland-packages hyprland - hyprland-unwrapped hyprland-debug hyprland-legacy-renderer # hyprland-extras diff --git a/nix/overlays.nix b/nix/overlays.nix index c216ff53..68c196d9 100644 --- a/nix/overlays.nix +++ b/nix/overlays.nix @@ -38,7 +38,6 @@ in { udis86 = final.udis86-hyprland; # explicit override until decided on breaking change of the name inherit date; }; - hyprland-unwrapped = final.hyprland.override {wrapRuntimeDeps = false;}; hyprland-debug = final.hyprland.override {debug = true;}; hyprland-legacy-renderer = final.hyprland.override {legacyRenderer = true;}; hyprland-nvidia =