aboutsummaryrefslogblamecommitdiff
path: root/modules/default-darwin.nix
blob: 5984f10529f49124175a41b1362beee6952c9770 (plain) (tree)
1
2
3
4
5
6
7
8




                     
             

    
{ ... }:
{
  imports = [
    ./home.nix
    ./host-config.nix
    ./ssh.nix
  ];
}