mio-ops/profiles/retro-gaming.nix

14 lines
181 B
Nix
Raw Normal View History

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