mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 08:31:03 +01:00
deploy: c42f04c83f
This commit is contained in:
parent
961f3e4655
commit
596a8b5675
1 changed files with 6 additions and 8 deletions
|
|
@ -23724,14 +23724,13 @@ attribute set of (Firefox preference (int, bool, string, and also attrs, list, f
|
|||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Custom Firefox user chrome CSS.</p><p>This can be a path to a file or directory in the Nix store,
|
||||
or a derivation, or a verbatim multi-line string.</p>
|
||||
<p>Custom Firefox user chrome CSS.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
null or strings concatenated with “\n” or absolute path</p>
|
||||
strings concatenated with “\n” or absolute path</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">null</code></p>
|
||||
<code class="literal">""</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">''
|
||||
/* Hide tab bar in FF Quantum */
|
||||
|
|
@ -25328,14 +25327,13 @@ attribute set of (Floorp preference (int, bool, string, and also attrs, list, fl
|
|||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Custom Floorp user chrome CSS.</p><p>This can be a path to a file or directory in the Nix store,
|
||||
or a derivation, or a verbatim multi-line string.</p>
|
||||
<p>Custom Floorp user chrome CSS.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
null or strings concatenated with “\n” or absolute path</p>
|
||||
strings concatenated with “\n” or absolute path</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">null</code></p>
|
||||
<code class="literal">""</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">''
|
||||
/* Hide tab bar in FF Quantum */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue