Merge pull request #126603 from ncfavier/qt-doc

nixos/manual: update documentation on Qt themes

authored by Ryan Mulligan and committed by GitHub fa676044 8eab3bef

+6 -3
+6 -3
nixos/doc/manual/configuration/x-windows.xml
··· 191 191 <para> 192 192 GTK themes can be installed either to user profile or system-wide (via 193 193 <literal>environment.systemPackages</literal>). To make Qt 5 applications 194 - look similar to GTK2 ones, you can install <literal>qt5.qtbase.gtk</literal> 195 - package into your system environment. It should work for all Qt 5 library 196 - versions. 194 + look similar to GTK ones, you can use the following configuration: 195 + <programlisting> 196 + <xref linkend="opt-qt5.enable"/> = true; 197 + <xref linkend="opt-qt5.platformTheme"/> = "gtk2"; 198 + <xref linkend="opt-qt5.style"/> = "gtk2"; 199 + </programlisting> 197 200 </para> 198 201 </simplesect> 199 202 <simplesect xml:id="custom-xkb-layouts">