add retroarch cores
This commit is contained in:
parent
19bf98ff52
commit
d71594571d
3 changed files with 14 additions and 1 deletions
13
modules/home/retroarch.nix
Normal file
13
modules/home/retroarch.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = (with pkgs; [
|
||||
(retroarch.override {
|
||||
cores = with libretro; [
|
||||
fceumm
|
||||
gambatte
|
||||
mgba
|
||||
snes9x
|
||||
];
|
||||
})
|
||||
]);
|
||||
}
|
||||
Reference in a new issue