Files
nix-config/modules/default.nix
2025-03-25 17:29:04 -05:00

13 lines
176 B
Nix
Executable File

{ ... }:
{
imports = [
./samba
./apps/free-games-claimer
./apps/manyfold
./apps/mongodb
./apps/netbootxyz
./apps/tdarr
./apps/your-spotify
];
}