Merge pull request #26761 from gnidorah/master3
qt5ct module: expose qtstyleplugins
This commit is contained in:
commit
588e3da3f4
|
@ -26,6 +26,6 @@ with lib;
|
||||||
###### implementation
|
###### implementation
|
||||||
config = mkIf config.programs.qt5ct.enable {
|
config = mkIf config.programs.qt5ct.enable {
|
||||||
environment.variables.QT_QPA_PLATFORMTHEME = "qt5ct";
|
environment.variables.QT_QPA_PLATFORMTHEME = "qt5ct";
|
||||||
environment.systemPackages = [ pkgs.qt5ct ];
|
environment.systemPackages = with pkgs; [ qt5ct libsForQt5.qtstyleplugins ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,4 +30,5 @@ in {
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
meta.maintainers = with maintainers; [ gnidorah ];
|
||||||
}
|
}
|
||||||
|
|
|
@ -42,4 +42,5 @@ in {
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
meta.maintainers = with maintainers; [ gnidorah ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue