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 2024-02-05 23:30:45 +00:00
parent f6e11bde77
commit 11483cf376

View file

@ -25363,6 +25363,61 @@ package</p>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.jetbrains-remote.enable"></a><a class="term" href="options.xhtml#opt-programs.jetbrains-remote.enable"><code class="option">programs.jetbrains-remote.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable JetBrains remote development system.</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/jetbrains-remote.nix" target="_top">
&lt;home-manager/modules/programs/jetbrains-remote.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.jetbrains-remote.ides"></a><a class="term" href="options.xhtml#opt-programs.jetbrains-remote.ides"><code class="option">programs.jetbrains-remote.ides</code>
</a>
</span>
</dt>
<dd>
<p>IDEs accessible to the JetBrains remote development system.</p>
<p><span class="emphasis"><em>Type:</em></span>
list of package</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">with pkgs.jetbrains; [ clion pycharm-professional ];
</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/jetbrains-remote.nix" target="_top">
&lt;home-manager/modules/programs/jetbrains-remote.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.joshuto.enable"></a><a class="term" href="options.xhtml#opt-programs.joshuto.enable"><code class="option">programs.joshuto.enable</code>