gpu/intel: Add beignet
This commit is contained in:
parent
09c0474be0
commit
cb07de0f12
|
@ -1,5 +1,8 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
hardware.opengl.extraPackages = [ pkgs.vaapiIntel ];
|
hardware.opengl.extraPackages = with pkgs; [
|
||||||
|
beignet
|
||||||
|
vaapiIntel
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue