hosts/ni/setups/gaming: add Retroarch cores and Veloren

This commit is contained in:
Gabriel Arazas 2024-11-19 20:36:46 +08:00
parent a63782625b
commit bba6b43ed6
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -16,12 +16,19 @@ in
retro-computing.enable = true; retro-computing.enable = true;
}; };
programs.retroarch.cores = with pkgs.libretro; [
pcsx2
dolphin
citra
];
# Bring more of them games. # Bring more of them games.
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
dwarf-fortress # Losing only means more possibilities to play. dwarf-fortress # Losing only means more possibilities to play.
mindustry # Not a Minecraft industry simulator. mindustry # Not a Minecraft industry simulator.
minetest # Free Minecraft. minetest # Free Minecraft.
the-powder-toy # Free micro-Minecraft. the-powder-toy # Free micro-Minecraft.
veloren # Free 3D mini-Minecraft.
]; ];
# This is somewhat used for streaming games from it. # This is somewhat used for streaming games from it.