nixos/manual: update documentation on Qt themes

This commit is contained in:
Naïm Favier 2021-06-11 16:18:20 +02:00
parent 33968c426b
commit 44055b4557
No known key found for this signature in database
GPG key ID: 49B07322580B7EE2

View file

@ -191,9 +191,12 @@
<para>
GTK themes can be installed either to user profile or system-wide (via
<literal>environment.systemPackages</literal>). To make Qt 5 applications
look similar to GTK2 ones, you can install <literal>qt5.qtbase.gtk</literal>
package into your system environment. It should work for all Qt 5 library
versions.
look similar to GTK ones, you can use the following configuration:
<programlisting>
<xref linkend="opt-qt5.enable"/> = true;
<xref linkend="opt-qt5.platformTheme"/> = "gtk2";
<xref linkend="opt-qt5.style"/> = "gtk2";
</programlisting>
</para>
</simplesect>
<simplesect xml:id="custom-xkb-layouts">