1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 08:31:03 +01:00
This commit is contained in:
khaneliman 2025-07-06 15:41:21 +00:00
parent 8772ed5dd8
commit aab44b98ac

View file

@ -24735,6 +24735,14 @@ attribute set of (JSON value)</p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
BlockAboutConfig = true;
DefaultDownloadDirectory = &quot;\${home}/Downloads&quot;;
ExtensionSettings = {
&quot;uBlock0@raymondhill.net&quot; = {
default_area = &quot;menupanel&quot;;
install_url = &quot;https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi&quot;;
installation_mode = &quot;force_installed&quot;;
private_browsing = true;
};
};
}
</code></pre>
@ -26550,6 +26558,14 @@ attribute set of (JSON value)</p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
BlockAboutConfig = true;
DefaultDownloadDirectory = &quot;\${home}/Downloads&quot;;
ExtensionSettings = {
&quot;uBlock0@raymondhill.net&quot; = {
default_area = &quot;menupanel&quot;;
install_url = &quot;https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi&quot;;
installation_mode = &quot;force_installed&quot;;
private_browsing = true;
};
};
}
</code></pre>
@ -42104,6 +42120,14 @@ attribute set of (JSON value)</p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
BlockAboutConfig = true;
DefaultDownloadDirectory = &quot;\${home}/Downloads&quot;;
ExtensionSettings = {
&quot;uBlock0@raymondhill.net&quot; = {
default_area = &quot;menupanel&quot;;
install_url = &quot;https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi&quot;;
installation_mode = &quot;force_installed&quot;;
private_browsing = true;
};
};
}
</code></pre>