nixos-config/system/app/steam.nix
2023-07-10 18:15:35 -05:00

7 lines
102 B
Nix

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