1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 13:57:31 +02:00
This commit is contained in:
rycee 2023-03-22 07:28:46 +00:00
parent c752f42246
commit 9dd0541586

View file

@ -7624,6 +7624,17 @@ space.</p><p><span class="emphasis"><em>Type:</em></span> null or string</p><p><
&lt;home-manager/modules/services/keynav.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.lieer.enable"></a><a class="term" href="options.html#opt-services.lieer.enable"><code class="option">services.lieer.enable</code></a></span></dt><dd><p>Whether to enable lieer Gmail synchronization service.</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/services/lieer.nix#blob-path" target="_top">
&lt;home-manager/modules/services/lieer.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.listenbrainz-mpd.enable"></a><a class="term" href="options.html#opt-services.listenbrainz-mpd.enable"><code class="option">services.listenbrainz-mpd.enable</code></a></span></dt><dd><p>Whether to enable listenbrainz-mpd.</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/services/listenbrainz-mpd.nix#blob-path" target="_top">
&lt;home-manager/modules/services/listenbrainz-mpd.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.listenbrainz-mpd.package"></a><a class="term" href="options.html#opt-services.listenbrainz-mpd.package"><code class="option">services.listenbrainz-mpd.package</code></a></span></dt><dd><p>The listenbrainz-mpd package to use.</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">pkgs.listenbrainz-mpd</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/services/listenbrainz-mpd.nix#blob-path" target="_top">
&lt;home-manager/modules/services/listenbrainz-mpd.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.listenbrainz-mpd.settings"></a><a class="term" href="options.html#opt-services.listenbrainz-mpd.settings"><code class="option">services.listenbrainz-mpd.settings</code></a></span></dt><dd><p>Configuration for listenbrainz-mpd written to
<code class="filename">$XDG_CONFIG_HOME/listenbrainz-mpd/config.toml</code>.</p><p><span class="emphasis"><em>Type:</em></span> TOML 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">{
submission = {
tokenFile = "/run/secrets/listenbrainz-mpd";
};
}</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/services/listenbrainz-mpd.nix#blob-path" target="_top">
&lt;home-manager/modules/services/listenbrainz-mpd.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.lorri.enable"></a><a class="term" href="options.html#opt-services.lorri.enable"><code class="option">services.lorri.enable</code></a></span></dt><dd><p>Whether to enable lorri build daemon.</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/services/lorri.nix#blob-path" target="_top">
&lt;home-manager/modules/services/lorri.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.lorri.enableNotifications"></a><a class="term" href="options.html#opt-services.lorri.enableNotifications"><code class="option">services.lorri.enableNotifications</code></a></span></dt><dd><p>Whether to enable lorri build notifications.</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/services/lorri.nix#blob-path" target="_top">