about summary refs log tree commit diff
path: root/nixos/modules/module-list.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-08-09 11:59:32 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-08-20 12:24:55 -0400
commit1d0d69a214a898c97e698b50537d1d15120a8d04 (patch)
tree6987f411054d70dce28635ceb8fba0f2d135e019 /nixos/modules/module-list.nix
parent9125f51b7068fa63d2fb3092862720a584229073 (diff)
downloadnixlib-1d0d69a214a898c97e698b50537d1d15120a8d04.tar
nixlib-1d0d69a214a898c97e698b50537d1d15120a8d04.tar.gz
nixlib-1d0d69a214a898c97e698b50537d1d15120a8d04.tar.bz2
nixlib-1d0d69a214a898c97e698b50537d1d15120a8d04.tar.lz
nixlib-1d0d69a214a898c97e698b50537d1d15120a8d04.tar.xz
nixlib-1d0d69a214a898c97e698b50537d1d15120a8d04.tar.zst
nixlib-1d0d69a214a898c97e698b50537d1d15120a8d04.zip
nixos/qt5: init
This moduule has the following options:
* platformTheme
* style

This allows us to configure the Qt5 theme engine and style.
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 bcf1f38ac8d2..5ff6d1329642 100644
--- a/nixos/modules/module-list.nix
+++ b/nixos/modules/module-list.nix
@@ -27,6 +27,7 @@
   ./config/nsswitch.nix
   ./config/power-management.nix
   ./config/pulseaudio.nix
+  ./config/qt5.nix
   ./config/resolvconf.nix
   ./config/shells-environment.nix
   ./config/swap.nix