summaryrefslogtreecommitdiff
path: root/modules/default.nix
blob: c18ed4973c4c3b5b2e9ab22e94a9b52736612735 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  imports = [
    ./hardware
    ./multimedia
    ./nix
    ./security
    ./system
    ./virtualisation
  ];
}