7 lines
97 B
Nix
7 lines
97 B
Nix
|
{ config, ... }:
|
||
|
|
||
|
{
|
||
|
hardware.opengl.enable = true;
|
||
|
hardware.opengl.driSupport32Bit = true;
|
||
|
}
|