qt: enable qt and set platformTheme to qt5ct
This commit is contained in:
parent
6a0ecd3fe7
commit
d3d266bf9b
1 changed files with 5 additions and 2 deletions
|
@ -34,7 +34,10 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
config =
|
config = mkIf cfg.enable {
|
||||||
mkIf cfg.enable {
|
qt = {
|
||||||
|
enable = true;
|
||||||
|
platformTheme = "qt5ct";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue