mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
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
|
||||
];
|
||||
})
|
||||
]);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue