Add opengl packages for davinci resolve
This commit is contained in:
parent
faa4516188
commit
47394fa3fc
1 changed files with 5 additions and 1 deletions
|
@ -17,7 +17,11 @@
|
|||
|
||||
hardware = {
|
||||
pulseaudio.enable = lib.mkForce false;
|
||||
opengl.enable = true;
|
||||
opengl = {
|
||||
enable = true;
|
||||
driSupport32Bit = true;
|
||||
extraPackages = [ pkgs.intel-compute-runtime ];
|
||||
};
|
||||
acpilight.enable = true;
|
||||
bluetooth = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue