{ config, lib, pkgs, ... }: { home.packages = with pkgs; [ wineWowPackages.waylandFull lutris prismlauncher (retroarch.override { cores = with libretro; [dolphin mgba mupen64plus]; }) ]; }