NixOS-Config/modules/home/programs/misc/gaming/default.nix

9 lines
77 B
Nix
Raw Normal View History

2024-10-09 03:36:08 -04:00
{ ... }:
{
imports = [
2024-10-09 03:36:08 -04:00
./launchers
./emulators
./xash3d
];
}