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