mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-14 04:51:08 +01:00
deploy: 33edf558a0
This commit is contained in:
parent
6f60964c5f
commit
fb1479bf81
4 changed files with 38 additions and 15 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue