nixos-config/system/hardware/opengl.nix
2024-03-17 11:26:16 +01:00

7 lines
108 B
Nix

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