update hyprland

This commit is contained in:
Kopatz
2024-08-08 19:54:44 +02:00
parent c7a6979fb3
commit 6b37737163
3 changed files with 6 additions and 14 deletions

View File

@@ -14,14 +14,6 @@
waybar = prev.waybar.overrideAttrs (oldAttrs: {
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
});
egl-wayland = prev.egl-wayland.overrideAttrs (oldAttrs: {
src = prev.fetchFromGitHub {
owner = "Nvidia";
repo = "egl-wayland";
rev = "c439cd596fb7eadae69012eaba013c39b2377771";
hash = "sha256-+J2BTxY9c1EUOwUzLxomROM2raRwVCKXE2xq0jsDgLE=";
};
});
hyprland =
inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.hyprland;
xdg-desktop-portal-hyprland =