{ pkgs, ... }: { programs.steam = { enable = true; gamescopeSession.enable = true; extraCompatPackages = with pkgs; [ steam-play-none proton-ge-bin ]; }; environment.systemPackages = with pkgs; [ steam-run steam-acf ]; }