summaryrefslogtreecommitdiff
path: root/modules/common/common/default.nix
blob: 2bfe7e83b39efa5ab8f6f7e105987281e495ae82 (plain)
1
2
3
4
5
6
7
8
9
10
11
_: {
  imports = [
    ./documentation.nix
    ./home-manager.nix
    ./locale.nix
    ./networking.nix
    ./nix
    ./shell
    ./users.nix
  ];
}