{ pkgs, ... }: { home.packages = with pkgs;[ # Wine / Proton wineWowPackages.staging winetricks bottles (heroic.override { extraPkgs = pkgs: [ pkgs.gamescope ]; }) (umu-launcher.override { extraPkgs = pkgs: with pkgs.gst_all_1; [ gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-libav gst-vaapi ]; }) # Steam steamguard-cli # Emulators ryubing mgba # Cheat engine scanmem ]; # programs.lutris = { # enable = true; # extraPackages = with pkgs; [ mangohud winetricks gamescope gamemode umu-launcher ]; # protonPackages = [ pkgs.proton-ge-bin ]; # winePackages = [ pkgs.wineWowPackages.staging ]; # }; }