games: added retro gaming

This commit is contained in:
Serĉanto de Scio 2021-09-30 19:39:10 +10:00
parent a2f5e437e2
commit cb3978db84
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

13
profiles/retro-gaming.nix Normal file
View file

@ -0,0 +1,13 @@
# Configuration for
{ config, pkgs, ... }:
{
# Retro Gaming Packages
environment.systemPackages = with pkgs; [
emulationstation
libretro.stella
retroarch
];
}