nixos-config/modules/darwin/default.nix

8 lines
60 B
Nix

{ ... }:
{
imports = [
./base
./graphical
];
}