{ pkgs, inputs, ... }: { programs.steam = { enable = true; extraCompatPackages = [pkgs.proton-ge-bin]; }; }