mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +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;
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user