Gaming: add cemu

This commit is contained in:
Toast 2024-07-26 02:20:13 +02:00
parent 48f97c5aae
commit bf3c360a0d
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{pkgs, ...}: {
home-manager.users.toast = {
home = {
packages = [pkgs.cemu];
};
};
}