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

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