{ config, lib, pkgs, ... }:

# Config common to all hosts, which don't belong anywhere else
{
  config = {
    home-manager.users.root = import ../home-manager/root.nix { inherit config lib pkgs; };
  };
}