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];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue