12 lines
168 B
Nix
12 lines
168 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./emulators/pcsx2.nix
|
|
./emulators/ryujinx.nix
|
|
./launchers/es-de.nix
|
|
./launchers/modrinth.nix
|
|
./launchers/steam.nix
|
|
];
|
|
}
|