about summary refs log tree commit diff
path: root/modules/system/default.nix
blob: 32f560b6526eac7e0823e23464a1ec1bb5a1fc2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ ... }:

{
  imports = [
    ./packages
    ./boot
    ./console
    ./locale
    ./nix
    ./users
    ./security
    ./btrfs
    ./fonts
  ];
}