Files
nixos/system/graphics.nix
T
2025-06-30 15:19:13 -05:00

7 lines
110 B
Nix

{...}: {
hardware.graphics = {
enable = true;
enable32Bit = true; # Crucial for 32-bit games
};
}