aboutsummaryrefslogtreecommitdiff
path: root/modules/common/default.nix
blob: b42a079c4c1400f59cbea797f62af67447c69bd3 (plain) (blame)
1
2
3
4
5
6
7
{ ... }:
{
  imports = [
    ./home.nix
    ./host-config.nix
  ];
}