monolith: install mesa 26
This commit is contained in:
parent
560bf54e08
commit
42fd1bd2d5
4 changed files with 23 additions and 1 deletions
|
|
@ -12,9 +12,12 @@
|
|||
# };
|
||||
# };
|
||||
|
||||
hardware.graphics.package = pkgs.pkgs-mesa-26.mesa;
|
||||
|
||||
hardware.graphics.enable32Bit = true;
|
||||
|
||||
hardware.graphics.extraPackages = with pkgs; [
|
||||
libva
|
||||
# libva needs to match `hardware.graphics.package`
|
||||
pkgs-mesa-26.libva
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue