emulator
This commit is contained in:
parent
759019bfeb
commit
fbd4f0326a
|
@ -3,5 +3,6 @@
|
||||||
./suyu
|
./suyu
|
||||||
./norisk
|
./norisk
|
||||||
./steam
|
./steam
|
||||||
|
./emulator
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
5
modules/games/emulator/default.nix
Normal file
5
modules/games/emulator/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
cemu
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue