flake/darwin/default.nix

10 lines
95 B
Nix
Raw Normal View History

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