1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 16:41:04 +01:00
This commit is contained in:
rycee 2025-09-28 07:05:11 +00:00
parent 7473c0b89d
commit 0fd0348daa

View file

@ -63098,6 +63098,123 @@ attribute set of anything</p>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.radio-active.enable"></a><a class="term" href="options.xhtml#opt-programs.radio-active.enable"><code class="option">programs.radio-active.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable Enable installing radio-active and writing configuration file.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">false</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">true</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/radio-active.nix" target="_top">
&lt;home-manager/modules/programs/radio-active.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.radio-active.package"></a><a class="term" href="options.xhtml#opt-programs.radio-active.package"><code class="option">programs.radio-active.package</code>
</a>
</span>
</dt>
<dd>
<p>The radio-active package to use.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or package</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.radio-active</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/radio-active.nix" target="_top">
&lt;home-manager/modules/programs/radio-active.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.radio-active.aliases"></a><a class="term" href="options.xhtml#opt-programs.radio-active.aliases"><code class="option">programs.radio-active.aliases</code>
</a>
</span>
</dt>
<dd>
<p>Key/value pairs where the key is name of radio station and value is URL.</p>
<p><span class="emphasis"><em>Type:</em></span>
attribute set of non-empty string</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
&quot;Deep House Lounge&quot; = &quot;http://198.15.94.34:8006/stream&quot;;
}
</code></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/radio-active.nix" target="_top">
&lt;home-manager/modules/programs/radio-active.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.radio-active.settings"></a><a class="term" href="options.xhtml#opt-programs.radio-active.settings"><code class="option">programs.radio-active.settings</code>
</a>
</span>
</dt>
<dd>
<p>Declare-able configurations for radio-active written to
<code class="filename">$XDG_CONFIG_HOME/radio-active/configs.ini</code>.</p>
<p><span class="emphasis"><em>Type:</em></span>
attribute set of attribute set of (non-empty string or (nonnegative integer or floating point number, meaning &gt;=0))</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
filepath = &quot;/home/{user}/recordings/radioactive/&quot;;
filetype = &quot;mp3&quot;;
filter = &quot;none&quot;;
limit = 41;
loglevel = &quot;debug&quot;;
player = &quot;ffplay&quot;;
sort = &quot;votes&quot;;
volume = 68;
}
</code></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/radio-active.nix" target="_top">
&lt;home-manager/modules/programs/radio-active.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.radio-cli.enable"></a><a class="term" href="options.xhtml#opt-programs.radio-cli.enable"><code class="option">programs.radio-cli.enable</code>