stockholm/makefu/2configs/tools/steam.nix
2017-10-08 12:29:29 +02:00

9 lines
156 B
Nix

{pkgs, ...}:
{
users.users.makefu.packages = [
pkgs.steam
];
hardware.opengl.driSupport32Bit = true;
hardware.pulseaudio.support32Bit = true;
}