mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
hosts/ni/setups/gaming: add Retroarch cores and Veloren
This commit is contained in:
parent
a63782625b
commit
bba6b43ed6
@ -16,12 +16,19 @@ in
|
||||
retro-computing.enable = true;
|
||||
};
|
||||
|
||||
programs.retroarch.cores = with pkgs.libretro; [
|
||||
pcsx2
|
||||
dolphin
|
||||
citra
|
||||
];
|
||||
|
||||
# Bring more of them games.
|
||||
environment.systemPackages = with pkgs; [
|
||||
dwarf-fortress # Losing only means more possibilities to play.
|
||||
mindustry # Not a Minecraft industry simulator.
|
||||
minetest # Free Minecraft.
|
||||
the-powder-toy # Free micro-Minecraft.
|
||||
veloren # Free 3D mini-Minecraft.
|
||||
];
|
||||
|
||||
# This is somewhat used for streaming games from it.
|
||||
|
Loading…
Reference in New Issue
Block a user