about summary refs log tree commit diff
path: root/nixos/modules/programs/qt5ct.nix
diff options
context:
space:
mode:
authorJosé Romildo <malaquias@gmail.com>2021-12-27 11:03:07 -0300
committerJosé Romildo <malaquias@gmail.com>2021-12-27 11:03:07 -0300
commit44c1dfb32dc515e15d8a310429d3f5d61e193190 (patch)
tree075a38e5cc5c33deb17621fbd90edd4ec2efb721 /nixos/modules/programs/qt5ct.nix
parente8cc7f2fc950cc4a63c603d5fb67f2ed0abcebba (diff)
qt5ct: move to qt5-packages
Diffstat (limited to 'nixos/modules/programs/qt5ct.nix')
-rw-r--r--nixos/modules/programs/qt5ct.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/qt5ct.nix b/nixos/modules/programs/qt5ct.nix
index 3f2bcf6228369..88e861bf4031a 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 = with pkgs; [ qt5ct ];
+    environment.systemPackages = with pkgs; [ libsForQt5.qt5ct ];
   };
 }