Files
nix-config/modules/darwin/default.nix

10 lines
93 B
Nix

{
imports = [
../common.nix
./nix-core.nix
./apps.nix
./system.nix
];
}