Gaming: don't add games to the store

This commit is contained in:
Toast 2024-12-29 16:05:51 +01:00
parent 135cd0642b
commit 62cf076375
3 changed files with 4 additions and 74 deletions

View file

@ -2,20 +2,6 @@
home-manager.users.toast = {
home = {
packages = [pkgs.cemu];
file = {
"Games/Isos/Wii U/Kirby and the Rainbow Paintbrush.wux".source = (
pkgs.fetchurl {
url = "http://dl.everest.tailscale/Wii%20U/Kirby%20and%20the%20Rainbow%20Paintbrush.wux";
hash = "sha256-taPGf709N2p3GlqqT92+SbOeD7QNKFUfB9X5urWVQps=";
}
);
"Games/Isos/Wii U/Mario Kary 8.wux".source = (
pkgs.fetchurl {
url = "http://dl.everest.tailscale/Wii%20U/Mario%20Kart%208.wux";
hash = "sha256-O6lOkLUKPZi+FiEWJQQEeiEXOo+GTUecoSpGjE811k0=";
}
);
};
};
};
}