3 lines
82 B
Nix
3 lines
82 B
Nix
{config, ...}: {
|
|
hardware.graphics.enable32Bit = config.module.gaming.enable;
|
|
}
|