diff --git a/options.xhtml b/options.xhtml index 8eb37269b..dabf6a294 100644 --- a/options.xhtml +++ b/options.xhtml @@ -63198,6 +63198,16 @@ package

Type: attribute set of (submodule)

+

Example:

{
+  xyz = {
+    path = "${config.home.homeDirectory}/foo/home-manager";
+    uri = "git@github.com:nix-community/home-manager.git";
+    interval = 1000;
+  };
+}
+
+
+

Declared by: