update
This commit is contained in:
parent
23a4ad6725
commit
a4804d9cdc
4 changed files with 23 additions and 42 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue