1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-31 04:04:32 +00:00
This commit is contained in:
khaneliman 2025-03-30 16:23:04 +00:00
parent 411822f1aa
commit 848e3c2e72

View file

@ -94774,6 +94774,34 @@ list of absolute path</p>
</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/misc/xdg-autostart.nix" target="_top">
&lt;home-manager/modules/misc/xdg-autostart.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-xdg.autostart.readOnly"></a><a class="term" href="options.xhtml#opt-xdg.autostart.readOnly"><code class="option">xdg.autostart.readOnly</code>
</a>
</span>
</dt>
<dd>
<p>Make <code class="literal">XDG_CONFIG_HOME/autostart</code> a symlink to a readonly directory so that
programs cannot install arbitrary autostart services.</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>