1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-14 04:51:08 +01:00
This commit is contained in:
teto 2021-04-07 14:19:04 +00:00
parent 6f60964c5f
commit fb1479bf81
4 changed files with 38 additions and 15 deletions

View file

@ -99,6 +99,11 @@ with both Qt and Gtk is now required to be set. For instance:
name = "adwaita-dark";
package = pkgs.adwaita-qt;
};
};</pre></li><li class="listitem"><p class="simpara">
The library type <code class="literal">fontType</code> now has a <code class="literal">size</code> attribute in addition to <code class="literal">name</code>. For example:
</p><pre class="programlisting nix">font = {
name = "DejaVu Sans";
size = 8;
};</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
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">