flake/darwin/default.nix

10 lines
No EOL
95 B
Nix

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