CrOS/modules/hardware/graphics.nix
2024-12-24 20:51:05 -05:00

3 lines
83 B
Nix

{config, ...}: {
hardware.graphics.enable32Bit = config.modules.gaming.enable;
}