monolith: install mesa 26

This commit is contained in:
Leonardo Eugênio 2026-02-12 14:13:05 -03:00
parent 560bf54e08
commit 42fd1bd2d5
4 changed files with 23 additions and 1 deletions

View file

@ -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
];
}