mio-ops/profiles/retro-gaming.nix

14 lines
183 B
Nix
Raw Normal View History

2021-11-16 04:57:23 +00:00
# Configuration for
2021-09-30 09:39:10 +00:00
{
2022-03-07 14:26:15 +00:00
config,
pkgs,
...
}: {
2021-09-30 09:39:10 +00:00
# Retro Gaming Packages
environment.systemPackages = with pkgs; [
emulationstation
libretro.stella
retroarch
];
}