fix kde apps looking weird

This commit is contained in:
cy 2025-01-21 16:47:47 -05:00
parent 0d8ec05ba6
commit cfa298fb63
2 changed files with 5 additions and 3 deletions

View file

@ -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;
}

View file

@ -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 = {