aboutsummaryrefslogblamecommitdiff
path: root/hosts/common/system/default.nix
blob: a4ef6cdfc501fe351738ba7840491ac48c6f6f74 (plain) (tree)
1
2
3
4
5
              
 
 
                           
 
{ pkgs, ... }:

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