added emulation software
This commit is contained in:
parent
50b606c87d
commit
7056751d97
2 changed files with 12 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
|
||||
imports = [
|
||||
./emulation.nix
|
||||
./jovian.nix
|
||||
];
|
||||
}
|
||||
|
|
11
users/willifan/Lillie/emulation.nix
Normal file
11
users/willifan/Lillie/emulation.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
melonDS
|
||||
dolphin-emu
|
||||
lime3ds
|
||||
cemu
|
||||
steam-rom-manager
|
||||
];
|
||||
}
|
Loading…
Add table
Reference in a new issue