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

}