nixos-config/modules/home/programs/misc/gaming/default.nix

7 lines
64 B
Nix

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