aboutsummaryrefslogtreecommitdiff
path: root/hosts/common/system/default.nix
blob: 9b2a7e45a97245a18caaecb2a29acfd8a7cb9141 (plain) (blame)
1
2
3
4
5
{ pkgs, ... }:

{
  imports = [ ./boot.nix ./hardware.nix ./network.nix ];
}