my-nixos-config/nixos/modules/gpu.nix
2026-04-26 22:34:27 +02:00

7 lines
122 B
Nix

{ ... }: {
hardware.graphics = {
enable = true;
enable32Bit = true;
};
nixpkgs.config.rocmSupport = true;
}