{ lib, ... }: {
  options = {
    valhalla = {
      git = (import ./git/options.nix) { inherit lib; };
    };
  };
}