{ pkgs, ... }: { environment.systemPackages = with pkgs; [ #godot mame mame.tools mednafen mednaffe protontricks winetricks wineWowPackages.stagingFull ]; programs.steam = { enable = true; extraCompatPackages = [ pkgs.proton-ge-bin ]; #package = pkgs.master.steam; }; }