summary refs log blame commit diff stats
path: root/system/default.nix
blob: 9aa5d9e54619df17eee033674a5ce6c94ef6d76f (plain) (tree)
1
2
3
4
5
6
7
8
9
                



                         
    
{config, ...}: {
  imports = [
    ./file_system_layouts
    ./hardware
    ./packages
    ./services
    ./users
  ];
}