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

8 lines
64 B
Nix

{ ... }:
{
imports = [
./launchers
./emulators
];
}