{ pkgs, ... }: {
imports = [
./steam.nix
./sunshine.nix
];
home.packages = with pkgs; [
gamescope
goverlay
mangohud
protonup-ng
programs.gamemode.enable = true;
}