From ffdc7dc3be1b07ac1ebdd7b6d839c6585e786ff5 Mon Sep 17 00:00:00 2001 From: gnidorah Date: Fri, 21 Feb 2020 18:55:05 +0300 Subject: [PATCH] nixos/doc: mention qt and gtk modules --- nixos/doc/manual/configuration/x-windows.xml | 32 ++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/nixos/doc/manual/configuration/x-windows.xml b/nixos/doc/manual/configuration/x-windows.xml index 06dd7c8bfb9..e0207b5f2ae 100644 --- a/nixos/doc/manual/configuration/x-windows.xml +++ b/nixos/doc/manual/configuration/x-windows.xml @@ -160,6 +160,38 @@ package into your system environment. It should work for all Qt 5 library versions. + + With help of + + and + + modules you can declaratively set system-wide themes settings. + + gtk.enable = true; + gtk.theme = { + name = "Adwaita-dark"; + package = pkgs.gnome-themes-extra; + }; + gtk.iconTheme = { + name = "Adwaita"; + package = pkgs.gnome3.adwaita-icon-theme; + }; + qt.enable = true; + qt.platformTheme = "gtk3"; + qt.style = { + name = "adwaita-dark"; + package = pkgs.adwaita-qt; + }; + + Custom XKB layouts