mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
profiles/gaming: update RetroArch package
We'll use more cores if necessary.
This commit is contained in:
parent
55b475b6f0
commit
39c0bb2d8f
@ -18,7 +18,16 @@ in
|
|||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# All-around emulator. Also what I'm mainly using for quickly
|
# All-around emulator. Also what I'm mainly using for quickly
|
||||||
# initializing sessions.
|
# 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
|
# Setup the go-to platform for Linux gaming. Most of the
|
||||||
|
Loading…
Reference in New Issue
Block a user