aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/carbon/default.nix
blob: 50b85c020667637ea02600369de1924cb1c6cae0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  imports = [
    ./system/environment.nix
    ./system/network.nix
    ./system/system.nix
    ./system/power.nix
    ./system/fonts.nix
    ./system/brew.nix
    ./system/docs.nix
    ./system/nix.nix
  ];
}