7 lines
149 B
Nix
7 lines
149 B
Nix
|
{pkgs, ...}:
|
||
|
{
|
||
|
environment.systemPackages = [ pkgs.steam ];
|
||
|
hardware.opengl.driSupport32Bit = true;
|
||
|
hardware.pulseaudio.support32Bit = true;
|
||
|
}
|