mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
nixos/suites/gaming: use Retroarch module and reduce the cores
In preparation for additional hosts that will be used exclusively as a home media entertainment system which will have limited capabilities in the first place.
This commit is contained in:
parent
6e46ea3930
commit
a63782625b
@ -15,20 +15,17 @@ in
|
|||||||
# Just don't ask where you can sail getting the games. :)
|
# Just don't ask where you can sail getting the games. :)
|
||||||
config = lib.mkIf cfg.enable (lib.mkMerge [
|
config = lib.mkIf cfg.enable (lib.mkMerge [
|
||||||
{
|
{
|
||||||
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.
|
programs.retroarch = {
|
||||||
(retroarch.override {
|
enable = true;
|
||||||
cores = with libretro; [
|
cores = with pkgs.libretro; [
|
||||||
bsnes-hd
|
bsnes-hd
|
||||||
desmume
|
desmume
|
||||||
dolphin
|
dosbox-pure
|
||||||
dosbox-pure
|
ppsspp
|
||||||
pcsx2
|
];
|
||||||
ppsspp
|
};
|
||||||
];
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
# Setup the go-to platform for Linux gaming. Most of the
|
# Setup the go-to platform for Linux gaming. Most of the
|
||||||
# games should work now with Proton integration.
|
# games should work now with Proton integration.
|
||||||
|
Loading…
Reference in New Issue
Block a user