mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +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. :)
|
||||
config = lib.mkIf cfg.enable (lib.mkMerge [
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
# All-around emulator. Also what I'm mainly using for quickly
|
||||
# initializing sessions.
|
||||
(retroarch.override {
|
||||
cores = with libretro; [
|
||||
programs.retroarch = {
|
||||
enable = true;
|
||||
cores = with pkgs.libretro; [
|
||||
bsnes-hd
|
||||
desmume
|
||||
dolphin
|
||||
dosbox-pure
|
||||
pcsx2
|
||||
ppsspp
|
||||
];
|
||||
})
|
||||
];
|
||||
};
|
||||
|
||||
# Setup the go-to platform for Linux gaming. Most of the
|
||||
# games should work now with Proton integration.
|
||||
|
Loading…
Reference in New Issue
Block a user