home: qt.platFormTheme -> qt.platformTheme.name

This commit is contained in:
Aly Raffauf 2024-04-19 07:53:37 -04:00
parent 175c1c5ac7
commit 89c3f85c3a

View file

@ -20,7 +20,7 @@
qt = { qt = {
enable = true; enable = true;
platformTheme = "gtk"; platformTheme.name = "gtk";
style.name = "gtk2"; style.name = "gtk2";
}; };