mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-09 10:31:06 +01:00
deploy: 69e2693342
This commit is contained in:
parent
5a783238a6
commit
65605630cb
3 changed files with 13 additions and 10 deletions
|
|
@ -59,7 +59,10 @@ The <code class="literal">programs.neovim.configure</code> is deprecated in favo
|
|||
please use the other options at your disposal:
|
||||
</p><pre class="programlisting nix">configure.packages.*.opt -> programs.neovim.plugins = [ { plugin = ...; optional = true; }]
|
||||
configure.packages.*.start -> programs.neovim.plugins = [ { plugin = ...; }]
|
||||
configure.customRC -> programs.neovim.extraConfig</pre></li></ul></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="sec-release-21.05-state-version-changes"></a>E.1.2. State Version Changes</h3></div></div></div><p>The state version in this release includes the changes below. These
|
||||
configure.customRC -> programs.neovim.extraConfig</pre></li><li class="listitem">
|
||||
Home Manager now respects the <code class="literal">NO_COLOR</code> environment variable as per
|
||||
<a class="link" href="https://no-color.org/" target="_top">https://no-color.org/</a>.
|
||||
</li></ul></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="sec-release-21.05-state-version-changes"></a>E.1.2. State Version Changes</h3></div></div></div><p>The state version in this release includes the changes below. These
|
||||
changes are only active if the <code class="literal">home.stateVersion</code> option is set to
|
||||
"21.05" or later.</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
|
||||
Nothing has happened.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue