dotfiles/user-modules/gaming/default.nix

11 lines
144 B
Nix
Raw Normal View History

2025-01-26 12:16:06 +00:00
{ ... }:
{
imports = [
./emulators/ryujinx.nix
./launchers/modrinth.nix
2025-01-26 12:53:54 +00:00
./launchers/pegasus.nix
2025-01-26 12:16:06 +00:00
./launchers/steam.nix
];
}