summary refs log tree commit diff stats
path: root/sys/default.nix
blob: ac7154877c6646483b7fa55f979be3113f0b3a30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{...}: {
  imports = [
    ./packages
    ./services
    ./systemd
    ./users
    ./virtualisation
    ./xdg
  ];
}