This commit is contained in:
Leonardo Eugênio 2026-02-22 19:24:00 -03:00
parent 23a4ad6725
commit a4804d9cdc
4 changed files with 23 additions and 42 deletions

View file

@ -12,12 +12,12 @@
# };
# };
hardware.graphics.package = pkgs.pkgs-mesa-26.mesa;
hardware.graphics.package = pkgs.unstable.mesa; # Mesa 26 at the time
hardware.graphics.enable32Bit = true;
hardware.graphics.extraPackages = with pkgs; [
# libva needs to match `hardware.graphics.package`
pkgs-mesa-26.libva
unstable.libva
];
}