Merge pull request #97596 from gebner/fix-qt5ct
nixos/qt5ct: do not require qtstyleplugins
This commit is contained in:
commit
0256763808
1 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,6 @@ with lib;
|
|||
###### implementation
|
||||
config = mkIf config.programs.qt5ct.enable {
|
||||
environment.variables.QT_QPA_PLATFORMTHEME = "qt5ct";
|
||||
environment.systemPackages = with pkgs; [ qt5ct libsForQt5.qtstyleplugins ];
|
||||
environment.systemPackages = with pkgs; [ qt5ct ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue