add qtct for qt application
This commit is contained in:
parent
a2e3094276
commit
6258eec747
2 changed files with 43 additions and 0 deletions
|
|
@ -9,9 +9,15 @@ let
|
|||
in
|
||||
{
|
||||
config = lib.mkIf (cfg.enabled == "niri") {
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "qt5ct";
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
bluez
|
||||
cosmic-files
|
||||
kdePackages.qt6ct
|
||||
libsForQt5.qt5ct
|
||||
];
|
||||
xdg.mime = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue