services.hound.repositories
Home-Manager option
The repository configuration.
type: attribute set of (JSON value)Default
{ }Example
declared in: <home-manager/modules/services/hound.nix>source unavailable{ SomeGitRepo = { url = "https://www.github.com/YourOrganization/RepoOne.git"; ms-between-poll = 10000; exclude-dot-files = true; }; }