DaVinci Resolve: Difference between revisions
amd: mention opencl option (needed according to archwiki) |
drop 24.05 compat |
||
Line 20: | Line 20: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
hardware.graphics = { | hardware.graphics = { | ||
enable = true; | enable = true; | ||
enable32Bit = true; | enable32Bit = true; | ||
extraPackages = with pkgs; [ | extraPackages = with pkgs; [ | ||
intel-compute-runtime | intel-compute-runtime |