flake/darwin/default.nix

10 lines
No EOL
87 B
Nix

{ ... }:
{
imports = [
./networking
./nix
./packages
./system
];
}