Files
nixos/system/graphics.nix
T
2025-07-01 08:55:17 -05:00

7 lines
116 B
Nix

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