nix-darwin/modules/flake/default.nix

6 lines
80 B
Nix

{...}: {
imports = [
./options.nix
./darwin-configurations.nix
];
}