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