about summary refs log tree commit diff stats
path: root/system/default.nix
blob: 81949ce4916c334365be91b81cc07d49334ff1a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{config, ...}: {
  imports = [
    ./boot
    ./users # this needs to be before fileSystemLayouts
    ./fileSystemLayouts
    ./locale
    ./packages
    ./sound
  ];
}