modules/opengl: Install extra packages for vaapi

This commit is contained in:
fleaz 2022-10-25 15:30:44 +02:00
parent 98b58ea40c
commit d931197130
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -2,5 +2,14 @@
hardware.opengl = { hardware.opengl = {
enable = true; enable = true;
driSupport = true; driSupport = true;
extraPackages = with pkgs; [
# compute
intel-compute-runtime
intel-ocl
# encode/decode
vaapiIntel
intel-media-driver
];
}; };
} }