summaryrefslogtreecommitdiff
path: root/modules/default.nix
blob: a2d6ec4457a2e0affa838e2e2649f89b4e11d1c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  imports = [
    ./boot
    ./datetime
    ./environment
    ./hardware
    ./networking
    ./nix
    ./programs
    ./security
    ./services
    ./users
    ./virtualisation
    ./xdg-portal.nix
  ];

  location.provider = "geoclue2";
}