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

3 lines
82 B
Nix

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