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

    ./impermanence
  ];
}