about summary refs log tree commit diff
path: root/hosts/common/default.nix
blob: 0361d2777318e9851f1cd96c6ac7c346be425845 (plain) (blame)
1
2
3
4
5
6
7
{ config, pkgs, system, inputs, ... }:

{
  imports = [
    ./system
  ];
}