summary refs log tree commit diff stats
path: root/system/default.nix
blob: d67ada2cd3cdc079250ba8ac84536f67b61339aa (plain) (blame)
1
2
3
4
5
6
7
8
{config, ...}: {
  imports = [
    ./file_system_layouts
    ./packages
    ./services
    ./users
  ];
}