8 lines
108 B
Nix
8 lines
108 B
Nix
# reference other modules
|
|
{
|
|
imports = [
|
|
./homebrew.nix
|
|
./nixpackages.nix
|
|
./services.nix
|
|
];
|
|
} |