gpu/intel: Add beignet

This commit is contained in:
Simon Bruder 2020-10-17 20:23:33 +02:00
parent 09c0474be0
commit cb07de0f12
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -1,5 +1,8 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
hardware.opengl.extraPackages = [ pkgs.vaapiIntel ]; hardware.opengl.extraPackages = with pkgs; [
beignet
vaapiIntel
];
} }