{ config, pkgs, ... }: { hardware = { graphics = { enable = true; extraPackages = with pkgs; [ rocmPackages.clr ]; }; }; }