summaryrefslogtreecommitdiff
path: root/modules/core/default.nix
blob: 026c7a31311ff3aa13c9e107e71b3489dd3f1de9 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ self, ... }:
{
  imports = [
    "${self}/modules/base"
    ./access
    ./networking
    ./nix
  ];
}