nixos-config/2configs/tools/steam.nix

9 lines
156 B
Nix
Raw Normal View History

2016-06-02 14:45:10 +02:00
{pkgs, ...}:
{
users.users.makefu.packages = [
2017-10-08 12:29:29 +02:00
pkgs.steam
];
2016-06-02 14:45:10 +02:00
hardware.opengl.driSupport32Bit = true;
hardware.pulseaudio.support32Bit = true;
}