{pkgs, ...}: { hardware.graphics = { enable = true; enable32Bit = true; }; environment = { systemPackages = [ pkgs.btop-rocm ]; }; }