about summary refs log tree commit diff stats
path: root/system/default.nix
blob: c14e62b4e38ec0342f1c198408f45f2455f9dfd6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{...}: {
  imports = [
    ./boot
    ./fileSystemLayouts
    ./font
    ./impermanence
    ./locale
    #./packages
    ./sound
    ./users # the position of this item is fully arbitrary
  ];
}