nix-config/hosts/rotterdam/hardware.nix

8 lines
139 B
Nix

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