mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
refactor: move ryujinx to gaming module
This commit is contained in:
parent
c5440e4b09
commit
8773107d9b
2 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,7 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
ryujinx
|
||||||
|
];
|
||||||
programs.steam = {
|
programs.steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
remotePlay.openFirewall = true;
|
remotePlay.openFirewall = true;
|
||||||
|
|
|
@ -35,6 +35,4 @@ with pkgs; [
|
||||||
manga-tui
|
manga-tui
|
||||||
|
|
||||||
gcc
|
gcc
|
||||||
|
|
||||||
ryujinx
|
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue