{ config, pkgs, ... }: { imports = [ ./steam.nix ./mangohud.nix ./rpcs3.nix ]; environment.systemPackages = with pkgs; [ heroic ]; }