From 1942957b53aa4462ecca202ddec8fe841884ebd4 Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Fri, 3 Jun 2016 06:38:47 +0300 Subject: [PATCH] nixos manual: document Gtk and Qt themes --- nixos/doc/manual/configuration/x-windows.xml | 9 +++++++++ 1 file changed, 9 insertions(+) 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. + + +