Gaming: install rpcs3

This commit is contained in:
Toast 2023-09-25 23:29:40 +02:00
parent 2e666b18ee
commit 49268397de
2 changed files with 6 additions and 0 deletions

View file

@ -4,5 +4,6 @@
imports = [
./steam.nix
./mangohud.nix
./rpcs3.nix
];
}

5
roles/gaming/rpcs3.nix Normal file
View file

@ -0,0 +1,5 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [ rpcs3 ];
}