chore(hyprland): use mesa instead of mesa.drivers

mesa.drivers is deprecated
This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-03-21 15:19:21 -03:00
parent a9b3ef3f32
commit 8c46dc08fc
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -20,7 +20,7 @@ in
# Overwrite the Mesa packages with Hyprland's for consitency
hardware.graphics = {
package = hyprland-pkgs.mesa.drivers;
package32 = hyprland-pkgs.pkgsi686Linux.mesa.drivers;
package = hyprland-pkgs.mesa;
package32 = hyprland-pkgs.pkgsi686Linux.mesa;
};
}