config/modules/games/default.nix

6 lines
136 B
Nix

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