about summary refs log tree commit diff
path: root/modules/system/default.nix
blob: 586cae83f9f12619d1557e8193e690b2bd8b15f9 (plain) (blame)
1
2
3
4
5
6
7
8
{ ... }:

{
  imports = [
    ./boot
    ./users
  ];
}