dotfiles/user-modules/gaming/default.nix

13 lines
198 B
Nix
Raw Permalink Normal View History

2025-01-26 12:16:06 +00:00
{ ... }:
{
imports = [
2025-01-28 09:42:20 +00:00
./emulators/pcsx2.nix
2025-01-28 23:07:45 +00:00
./emulators/retroarch.nix
2025-01-26 12:16:06 +00:00
./emulators/ryujinx.nix
2025-01-26 14:11:52 +00:00
./launchers/es-de.nix
2025-01-26 12:16:06 +00:00
./launchers/modrinth.nix
./launchers/steam.nix
];
}