dwef
This commit is contained in:
parent
768196e2bb
commit
2936f9b197
29 changed files with 496 additions and 82 deletions
15
home-manager/features/retroarch.nix
Normal file
15
home-manager/features/retroarch.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = [
|
||||
(pkgs.retroarch.withCores (
|
||||
cores: with cores; [
|
||||
pcsx2
|
||||
ppsspp
|
||||
snes9x
|
||||
dolphin
|
||||
mupen64plus
|
||||
desmume
|
||||
vba-m
|
||||
]
|
||||
))
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue