fix kde apps looking weird
This commit is contained in:
parent
0d8ec05ba6
commit
cfa298fb63
2 changed files with 5 additions and 3 deletions
|
@ -22,9 +22,9 @@
|
|||
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme.name = "gtk";
|
||||
style.name = "adwaita-dark";
|
||||
style.package = pkgs.adwaita-qt;
|
||||
platformTheme.name = "kde";
|
||||
style.name = "breeze-dark";
|
||||
style.package = pkgs.kdePackages.breeze;
|
||||
};
|
||||
|
||||
gtk = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue