config/modules/games/default.nix
2022-02-05 20:47:50 +01:00

7 lines
138 B
Nix

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