puter/common/system/features/opengl.nix
2023-09-29 20:39:08 +02:00

7 lines
73 B
Nix

{
hardware.opengl = {
enable = true;
driSupport = true;
};
}