mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
deploy: 3c044aefe6
This commit is contained in:
parent
ca6ac06770
commit
fef61aa4bc
1 changed files with 10 additions and 0 deletions
|
@ -63198,6 +63198,16 @@ package</p>
|
||||||
<p><span class="emphasis"><em>Type:</em></span>
|
<p><span class="emphasis"><em>Type:</em></span>
|
||||||
attribute set of (submodule)</p>
|
attribute set of (submodule)</p>
|
||||||
|
|
||||||
|
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
|
||||||
|
xyz = {
|
||||||
|
path = "${config.home.homeDirectory}/foo/home-manager";
|
||||||
|
uri = "git@github.com:nix-community/home-manager.git";
|
||||||
|
interval = 1000;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||||
<table border="0" summary="Simple list" class="simplelist">
|
<table border="0" summary="Simple list" class="simplelist">
|
||||||
<tr><td>
|
<tr><td>
|
||||||
|
|
Loading…
Reference in a new issue