diff --git a/2configs/steam.nix b/2configs/steam.nix new file mode 100644 index 0000000..d4ec84a --- /dev/null +++ b/2configs/steam.nix @@ -0,0 +1,6 @@ +{pkgs, ...}: +{ + environment.systemPackages = [ pkgs.steam ]; + hardware.opengl.driSupport32Bit = true; + hardware.pulseaudio.support32Bit = true; +}