This commit is contained in:
rycee 2023-02-22 22:31:56 +00:00
parent 54586d3d04
commit 5cb5b5731f

View file

@ -6938,6 +6938,24 @@ configuration (profiles).</p><p><span class="emphasis"><em>Type:</em></span> boo
&lt;home-manager/modules/services/autorandr.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.autorandr.ignoreLid"></a><a class="term" href="options.html#opt-services.autorandr.ignoreLid"><code class="option">services.autorandr.ignoreLid</code></a></span></dt><dd><p>Treat outputs as connected even if their lids are closed.</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>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/autorandr.nix#blob-path" target="_top">
&lt;home-manager/modules/services/autorandr.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.avizo.enable"></a><a class="term" href="options.html#opt-services.avizo.enable"><code class="option">services.avizo.enable</code></a></span></dt><dd><p>Whether to enable avizo, a simple notification 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/avizo.nix#blob-path" target="_top">
&lt;home-manager/modules/services/avizo.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.avizo.package"></a><a class="term" href="options.html#opt-services.avizo.package"><code class="option">services.avizo.package</code></a></span></dt><dd><p>The <code class="literal">avizo</code> 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.avizo</code></p><p><span class="emphasis"><em>Example:</em></span> </p><pre class="programlisting">pkgs.avizo.overrideAttrs (final: prev: {
patchPhase = "cp ${./images}/*.png data/images/";
})
</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/avizo.nix#blob-path" target="_top">
&lt;home-manager/modules/services/avizo.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.avizo.settings"></a><a class="term" href="options.html#opt-services.avizo.settings"><code class="option">services.avizo.settings</code></a></span></dt><dd><p>The settings that will be written to the avizo configuration file.</p><p><span class="emphasis"><em>Type:</em></span> attribute set of attribute set of (INI atom (null, bool, int, float or 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 class="programlisting">{
default = {
time = 1.0;
y-offset = 0.5;
fade-in = 0.1;
fade-out = 0.2;
padding = 10;
};
}
</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/avizo.nix#blob-path" target="_top">
&lt;home-manager/modules/services/avizo.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.barrier.client.enable"></a><a class="term" href="options.html#opt-services.barrier.client.enable"><code class="option">services.barrier.client.enable</code></a></span></dt><dd><p>Whether to enable Barrier Client 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/barrier.nix#blob-path" target="_top">
&lt;home-manager/modules/services/barrier.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.barrier.client.enableCrypto"></a><a class="term" href="options.html#opt-services.barrier.client.enableCrypto"><code class="option">services.barrier.client.enableCrypto</code></a></span></dt><dd><p>Whether to enable crypto (SSL) plugin.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">true</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/barrier.nix#blob-path" target="_top">