config/modules/games/default.nix

7 lines
138 B
Nix
Raw Normal View History

2022-02-05 20:42:36 +01:00
{ pkgs, config, ... }:
{
nixpkgs.config.allowUnfree = true;
hardware.opengl.driSupport32Bit = true;
programs.steam.enable = true;
}