{ pkgs, ... }: { hardware.opengl = { enable = true; driSupport32Bit = true; extraPackages = with pkgs; [ ]; }; }