mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
deploy: 3feeb77155
This commit is contained in:
parent
3401eef02c
commit
1a007b8035
1 changed files with 8 additions and 0 deletions
|
@ -4133,6 +4133,14 @@ null or package</p><p><span class="emphasis"><em>Default:</em></span>
|
|||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.firefox.finalPackage"></a><a class="term" href="options.html#opt-programs.firefox.finalPackage"><code class="option">programs.firefox.finalPackage</code></a></span></dt><dd><p>Resulting Firefox package.</p><p><span class="emphasis"><em>Type:</em></span>
|
||||
null or package <span class="emphasis"><em>(read only)</em></span></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/firefox.nix" target="_top">
|
||||
<home-manager/modules/programs/firefox.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.firefox.policies"></a><a class="term" href="options.html#opt-programs.firefox.policies"><code class="option">programs.firefox.policies</code></a></span></dt><dd><p><a class="link" href="https://mozilla.github.io/policy-templates/" target="_top">See list of policies</a>.</p><p><span class="emphasis"><em>Type:</em></span>
|
||||
attribute set of (JSON value)</p><p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">{ }</code></p><p><span class="emphasis"><em>Example:</em></span></p><pre class="programlisting">{
|
||||
BlockAboutConfig = true;
|
||||
DefaultDownloadDirectory = "\${home}/Downloads";
|
||||
}
|
||||
</pre><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/firefox.nix" target="_top">
|
||||
<home-manager/modules/programs/firefox.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.firefox.profiles"></a><a class="term" href="options.html#opt-programs.firefox.profiles"><code class="option">programs.firefox.profiles</code></a></span></dt><dd><p>Attribute set of Firefox profiles.</p><p><span class="emphasis"><em>Type:</em></span>
|
||||
attribute set of (submodule)</p><p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">{ }</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/firefox.nix" target="_top">
|
||||
|
|
Loading…
Reference in a new issue