dustbowl: add OpenCL support

This commit is contained in:
joachimschmidt557 2023-05-13 21:54:33 +02:00
parent 248263f370
commit be45ff7e59
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -348,7 +348,10 @@
security.rtkit.enable = true;
# Video acceleration
hardware.opengl.extraPackages = [ pkgs.vaapiIntel ];
hardware.opengl.extraPackages = with pkgs; [
vaapiIntel
intel-compute-runtime
];
programs.wireshark.enable = true;