{ pkgs, config, lib, ... }: { # OpenGL hardware.opengl = { enable = true; driSupport = true; driSupport32Bit = true; }; }