Gaming: install rpcs3
This commit is contained in:
parent
2e666b18ee
commit
49268397de
2 changed files with 6 additions and 0 deletions
|
|
@ -4,5 +4,6 @@
|
|||
imports = [
|
||||
./steam.nix
|
||||
./mangohud.nix
|
||||
./rpcs3.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
5
roles/gaming/rpcs3.nix
Normal file
5
roles/gaming/rpcs3.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [ rpcs3 ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue