12 lines
No EOL
140 B
Nix
Executable file
12 lines
No EOL
140 B
Nix
Executable file
{ ... }:
|
|
|
|
# OpenGL
|
|
{
|
|
hardware = {
|
|
opengl = {
|
|
enable = true;
|
|
driSupport = true;
|
|
driSupport32Bit = true;
|
|
};
|
|
};
|
|
} |