Files
tnvim/modules/nixos/steam.nix

8 lines
99 B
Nix

{...}: {
programs.steam = {
enable = true;
};
hardware.opengl.driSupport32Bit = true;
}