enable opengl
This commit is contained in:
@ -73,8 +73,9 @@
|
|||||||
enableRedistributableFirmware = true;
|
enableRedistributableFirmware = true;
|
||||||
|
|
||||||
nvidia.modesetting.enable = true; # Not officially supported by NVidia but needed for wayland
|
nvidia.modesetting.enable = true; # Not officially supported by NVidia but needed for wayland
|
||||||
# opengl.enable = true;
|
opengl.enable = true;
|
||||||
# opengl.driSupport32Bit = true;
|
opengl.driSupport = true;
|
||||||
|
opengl.driSupport32Bit = true;
|
||||||
|
|
||||||
sane.enable = true; # Scanning
|
sane.enable = true; # Scanning
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user