about summary refs log tree commit diff stats
path: root/system/default.nix
blob: 3aed0b370e0419ad24d678a5a64a7bee2095d804 (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
    ./font
    ./impermanence
    ./locale
    ./packages
    ./sound
  ];
}