retroarch
This commit is contained in:
parent
11c5757aa3
commit
e1bc1f1252
1 changed files with 13 additions and 0 deletions
13
hosts/insomniac/retroarch.nix
Normal file
13
hosts/insomniac/retroarch.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages =
|
||||
let
|
||||
retroarch = pkgs.retroarch.withCores (cores: [
|
||||
cores.parallel-n64
|
||||
cores.dolphin
|
||||
]);
|
||||
in
|
||||
[
|
||||
retroarch
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue