7 lines
124 B
Nix
7 lines
124 B
Nix
{ ... }: {
|
|
hardware.graphics = {
|
|
enable = true;
|
|
enable32Bit = true;
|
|
};
|
|
# nixpkgs.config.rocmSupport = true;
|
|
}
|