DaVinci Resolve: Difference between revisions

m Changed hardware.opengl to hardware.graphics in Unsupported GPU Processing Mode, because i got a evaluation warning when building nix
m Enable `opencl` instead of installing a package directly.
 
Line 128: Line 128:
<syntaxhighlight lang="nix">hardware.graphics = {
<syntaxhighlight lang="nix">hardware.graphics = {
   enable = true;
   enable = true;
   extraPackages = with pkgs; [
   amdgpu.opencl.enable = true;
    rocmPackages.clr.icd
  ];
  };</syntaxhighlight>
  };</syntaxhighlight>


[[Category:Applications]]
[[Category:Applications]]