stockholm/makefu/2configs/tools/steam.nix
2022-11-01 11:39:39 +01:00

8 lines
113 B
Nix

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