modules/opengl: Install extra packages for vaapi
This commit is contained in:
parent
98b58ea40c
commit
d931197130
|
@ -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
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue