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