fix(home): renamed option

`qt.platformTheme` was renamed to `qt.platformTheme.name`
This commit is contained in:
Jalil David Salamé Messina 2024-04-19 18:18:02 +02:00
parent 2e6821f878
commit b1fc849c1f
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -119,7 +119,7 @@ in
# Set Qt theme # Set Qt theme
qt = { qt = {
enable = true; enable = true;
platformTheme = "gtk"; platformTheme.name = "gtk";
}; };
xdg.systemDirs.data = [ xdg.systemDirs.data = [