From fc403a9d5b11f207a081fd5d8c9d59f8e136e5ac Mon Sep 17 00:00:00 2001 From: roxwize Date: Thu, 20 Feb 2025 00:38:56 -0500 Subject: [PATCH] ~ --- nixos/packages.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nixos/packages.nix b/nixos/packages.nix index a91d3c2..cd2afb5 100644 --- a/nixos/packages.nix +++ b/nixos/packages.nix @@ -35,12 +35,14 @@ prismlauncher # Free, open source launcher for Minecraft (retroarch.override { # Multi-platform emulator frontend for libretro cores cores = with libretro; [ - dosbox # DOS + dosbox # MS-DOS easyrpg # RPG Maker 2000/2003 mame # Arcade melonds # Nintendo DS + mgba # Game Boy Advance pcsx2 # PlayStation 2 ppsspp # PlayStation Portable + snes9x # Super Nintendo Entertainment System yabause # Sega Saturn ]; })