puter/common/nixos/features/opengl.nix
2023-09-17 13:31:20 +02:00

7 lines
73 B
Nix

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