DaVinci Resolve: Difference between revisions

Updated the broken link.
NexRX (talk | contribs)
Correct the placement of `hardware.amdgpu.opencl.enable = true;`
 
Line 160: Line 160:
<syntaxhighlight lang="nix">hardware.graphics = {
<syntaxhighlight lang="nix">hardware.graphics = {
   enable = true;
   enable = true;
  amdgpu.opencl.enable = true;
};
};</syntaxhighlight>
hardware.amdgpu.opencl.enable = true;</syntaxhighlight>


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