dotfiles/user-modules/gaming/default.nix

11 lines
142 B
Nix
Raw Normal View History

2025-01-26 12:16:06 +00:00
{ ... }:
{
imports = [
./emulators/ryujinx.nix
2025-01-26 12:28:36 +00:00
./launchers/es-de.nix
2025-01-26 12:16:06 +00:00
./launchers/modrinth.nix
./launchers/steam.nix
];
}