10 lines
117 B
Nix
10 lines
117 B
Nix
{ ... }:
|
|
{
|
|
hardware = {
|
|
steam-hardware.enable = true;
|
|
graphics = {
|
|
enable32Bit = true;
|
|
};
|
|
};
|
|
}
|