Files
nix-config/modules/darwin/default.nix
2023-07-27 02:22:08 +08:00

8 lines
74 B
Nix

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