7 lines
75 B
Nix
7 lines
75 B
Nix
|
{
|
||
|
imports = [ ];
|
||
|
|
||
|
# Enable OpenGL
|
||
|
hardware.graphics.enable = true;
|
||
|
}
|