about summary refs log tree commit diff stats
path: root/system/system.nix
blob: 17e7896842e3977d53e8aadfa57db81554ecdf75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{config, ...}: {
  imports = [
    ./boot/boot.nix
    ./filesystemLayouts/filesystemLayouts.nix
    ./locale/locale.nix
    ./packages/packages.nix
    ./sound/sound.nix
    ./users/users.nix
  ];
}