From 39c0bb2d8f88aaa0eca7b7851f6dd0183ab89001 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 24 Dec 2023 18:18:56 +0800 Subject: [PATCH] profiles/gaming: update RetroArch package We'll use more cores if necessary. --- modules/nixos/profiles/gaming.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/modules/nixos/profiles/gaming.nix b/modules/nixos/profiles/gaming.nix index 5dab3f2d..9a0bd365 100644 --- a/modules/nixos/profiles/gaming.nix +++ b/modules/nixos/profiles/gaming.nix @@ -18,7 +18,16 @@ in environment.systemPackages = with pkgs; [ # All-around emulator. Also what I'm mainly using for quickly # initializing sessions. - retroarchFull + (retroarch.override { + cores = with libretro; [ + bsnes-hd + desmume + dolphin + dosbox-pure + pcsx2 + ppsspp + ]; + }) ]; # Setup the go-to platform for Linux gaming. Most of the