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

  location.provider = "geoclue2";
}