about summary refs log tree commit diff stats
path: root/system/default.nix
blob: f94ba34f9003373152471a28d6b415dd3ce917c0 (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
  ];
}