refactor: move ryujinx to gaming module

This commit is contained in:
Youwen Wu 2024-08-28 19:58:21 -07:00
parent c5440e4b09
commit 8773107d9b
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,7 @@
{ {pkgs, ...}: {
environment.systemPackages = with pkgs; [
ryujinx
];
programs.steam = { programs.steam = {
enable = true; enable = true;
remotePlay.openFirewall = true; remotePlay.openFirewall = true;

View file

@ -35,6 +35,4 @@ with pkgs; [
manga-tui manga-tui
gcc gcc
ryujinx
] ]