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