12 lines
168 B
Nix
Raw Normal View History

2025-01-26 13:16:06 +01:00
{ ... }:
{
imports = [
2025-01-28 10:42:20 +01:00
./emulators/pcsx2.nix
2025-01-26 13:16:06 +01:00
./emulators/ryujinx.nix
2025-01-26 15:11:52 +01:00
./launchers/es-de.nix
2025-01-26 13:16:06 +01:00
./launchers/modrinth.nix
./launchers/steam.nix
];
}