summary refs log tree commit diff
path: root/nixos/modules/module-list.nix
diff options
context:
space:
mode:
authorromildo <malaquias@gmail.com>2017-03-24 11:13:06 -0300
committerromildo <malaquias@gmail.com>2017-03-29 06:17:23 -0300
commit2630e7384fa623337ca35a541eae371152d21768 (patch)
tree238ce6731c1371e0127b5be3e76ff85197b11718 /nixos/modules/module-list.nix
parent53a402120115daef8a5661847b778035c344c47f (diff)
downloadnixlib-2630e7384fa623337ca35a541eae371152d21768.tar
nixlib-2630e7384fa623337ca35a541eae371152d21768.tar.gz
nixlib-2630e7384fa623337ca35a541eae371152d21768.tar.bz2
nixlib-2630e7384fa623337ca35a541eae371152d21768.tar.lz
nixlib-2630e7384fa623337ca35a541eae371152d21768.tar.xz
nixlib-2630e7384fa623337ca35a541eae371152d21768.tar.zst
nixlib-2630e7384fa623337ca35a541eae371152d21768.zip
qt5ct: add a nixos module to enable qt5ct
In order to use qt5ct (Qt5 Configuration Tool) to configure Qt5
settings (theme, font, icons, etc.) under DE/WM without Qt
integration, the environment variable QT_QPA_PLATFORMTHEME should be
set to "qt5ct".

It can be done automatically by this module, or by setting the
variable explicitly in the user or in the system configuration.
Diffstat (limited to 'nixos/modules/module-list.nix')
-rw-r--r--nixos/modules/module-list.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix
index d1ccb2f15fc3..af2f55c775c9 100644
--- a/nixos/modules/module-list.nix
+++ b/nixos/modules/module-list.nix
@@ -87,6 +87,7 @@
   ./programs/mtr.nix
   ./programs/nano.nix
   ./programs/oblogout.nix
+  ./programs/qt5ct.nix
   ./programs/screen.nix
   ./programs/shadow.nix
   ./programs/shell.nix