chore(hyprland): use mesa instead of mesa.drivers
mesa.drivers is deprecated
This commit is contained in:
parent
a9b3ef3f32
commit
8c46dc08fc
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue