fix kde apps looking weird
This commit is contained in:
parent
0d8ec05ba6
commit
cfa298fb63
2 changed files with 5 additions and 3 deletions
|
@ -94,6 +94,8 @@ in
|
|||
title = "^Browse";
|
||||
}
|
||||
{ app-id = "com.mitchellh.ghostt"; }
|
||||
{ app-id = "org.kde.okular"; }
|
||||
{ app-id = "kitty"; }
|
||||
];
|
||||
default-column-width.proportion = .5;
|
||||
}
|
||||
|
|
|
@ -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
Reference in a new issue