games: added retro gaming
This commit is contained in:
parent
a2f5e437e2
commit
cb3978db84
13
profiles/retro-gaming.nix
Normal file
13
profiles/retro-gaming.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Configuration for
|
||||
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Retro Gaming Packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
emulationstation
|
||||
libretro.stella
|
||||
retroarch
|
||||
];
|
||||
|
||||
}
|
Loading…
Reference in a new issue