Gaming: add cemu
This commit is contained in:
parent
48f97c5aae
commit
bf3c360a0d
2 changed files with 8 additions and 0 deletions
7
roles/gaming/programs/cemu.nix
Normal file
7
roles/gaming/programs/cemu.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
home-manager.users.toast = {
|
||||
home = {
|
||||
packages = [pkgs.cemu];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -5,6 +5,7 @@
|
|||
./rpcs3.nix
|
||||
./retroarch.nix
|
||||
./pcsx2.nix
|
||||
./cemu.nix
|
||||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
heroic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue