From 9f61c7f947e256f12a2952e316007e3fbc74316c Mon Sep 17 00:00:00 2001 From: gnidorah Date: Sun, 23 Jul 2017 12:56:04 +0300 Subject: qt5ct module: expose qtstyleplugins --- nixos/modules/programs/qt5ct.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/programs/qt5ct.nix') diff --git a/nixos/modules/programs/qt5ct.nix b/nixos/modules/programs/qt5ct.nix index 550634e65be9..aeb7fc508495 100644 --- a/nixos/modules/programs/qt5ct.nix +++ b/nixos/modules/programs/qt5ct.nix @@ -26,6 +26,6 @@ with lib; ###### implementation config = mkIf config.programs.qt5ct.enable { environment.variables.QT_QPA_PLATFORMTHEME = "qt5ct"; - environment.systemPackages = [ pkgs.qt5ct ]; + environment.systemPackages = with pkgs; [ qt5ct libsForQt5.qtstyleplugins ]; }; } -- cgit 1.4.1