diff --git a/nixos/doc/manual/configuration/x-windows.xml b/nixos/doc/manual/configuration/x-windows.xml index 0405146ab0f..689051e7c03 100644 --- a/nixos/doc/manual/configuration/x-windows.xml +++ b/nixos/doc/manual/configuration/x-windows.xml @@ -115,5 +115,14 @@ services.xserver.synaptics.twoFingerScroll = true; +GTK/Qt themes + +GTK themes can be installed either to user profile or system-wide (via +system.environmentPackages). To make Qt 5 applications look similar +to GTK2 ones, you can install qt5.qtbase.gtk package into your +system environment. It should work for all Qt 5 library versions. + + +