7 lines
116 B
Nix
7 lines
116 B
Nix
{pkgs, ...}: {
|
|
hardware.graphics = {
|
|
enable = true;
|
|
enable32Bit = true; # Crucial for 32-bit games
|
|
};
|
|
}
|