summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2021-12-28 07:33:37 -0300
committerGitHub <noreply@github.com>2021-12-28 07:33:37 -0300
commit628e9125e9aa16be08f8d705783b3a1852da2ed9 (patch)
tree21f2fb126d2b93af30e188d5ead0d18967bfcde5 /nixos
parente93876e3b406a016d89a2a79c5f5627ac44120cb (diff)
parent44c1dfb32dc515e15d8a310429d3f5d61e193190 (diff)
Merge pull request #152344 from romildo/upd.qt5ct
qt5ct: move to qt5-packages
Diffstat (limited to 'nixos')
-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 3f2bcf622836..88e861bf4031 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 ];
};
}