nix-config/hosts/modules/rotterdam/hardware.nix
2025-10-09 21:53:56 -03:00

8 lines
139 B
Nix

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