mio-ops/profiles/retro-gaming.nix

14 lines
180 B
Nix
Raw Normal View History

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