nixos/modules/common-desktop/opengl.nix
2023-12-24 11:01:25 -05:00

7 lines
101 B
Nix

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