added emulation software

This commit is contained in:
willifan 2024-11-04 21:31:31 +01:00
parent 50b606c87d
commit 7056751d97
2 changed files with 12 additions and 0 deletions

View file

@ -2,6 +2,7 @@
{
imports = [
./emulation.nix
./jovian.nix
];
}

View file

@ -0,0 +1,11 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
melonDS
dolphin-emu
lime3ds
cemu
steam-rom-manager
];
}