about summary refs log tree commit diff stats
path: root/system/default.nix
blob: 5285a90401803bae89f43562da7754f37fe82db4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  config,
  pkgs,
  shell-library,
  ...
}: {
  imports = [
    ./boot
    ./users # this needs to be before fileSystemLayouts
    ./fileSystemLayouts
    ./font
    ./impermanence
    ./locale
    ./packages
    ./sound
  ];
}