Merge pull request #126603 from ncfavier/qt-doc
nixos/manual: update documentation on Qt themes
This commit is contained in:
commit
fa676044a4
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user