switch to kde theme to fix missing icons

This commit is contained in:
twoneis 2024-07-01 21:01:02 +02:00
parent 4a845de12d
commit bd2e00bff5

View file

@ -7,7 +7,7 @@
qt = { qt = {
enable = true; enable = true;
platformTheme.name = "adwaita"; platformTheme.name = "kde";
style.name = "adwaita-dark"; style.name = "adwaita-dark";
}; };