Jump to content

OpenGL: Difference between revisions

22 bytes added ,  4 September 2021
no edit summary
imported>Samuela
No edit summary
imported>Samuela
No edit summary
Line 1: Line 1:
You can enable OpenGL by setting `hardware.opengl.enable = true;` in your `/etc/nixos/configuration.nix`.
You can enable OpenGL by setting <code>hardware.opengl.enable = true;</code> in your <code>/etc/nixos/configuration.nix</code>.


OpenGL must break purity due to the need for hardware-specific linkage. Intel, AMD, and Nvidia have different drivers for example. On NixOS, these libraries are symlinked under
OpenGL must break purity due to the need for hardware-specific linkage. Intel, AMD, and Nvidia have different drivers for example. On NixOS, these libraries are symlinked under
Anonymous user