my-nixos-config/nixos/modules/gpu.nix
2026-05-13 10:19:53 +02:00

8 lines
124 B
Nix

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