flake/darwin/default.nix

11 lines
No EOL
105 B
Nix

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