Files

8 lines
108 B
Nix

# reference other modules
{
imports = [
./homebrew.nix
./nixpackages.nix
./services.nix
];
}