fix(home): renamed option
`qt.platformTheme` was renamed to `qt.platformTheme.name`
This commit is contained in:
parent
2e6821f878
commit
b1fc849c1f
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ in
|
|||
# Set Qt theme
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "gtk";
|
||||
platformTheme.name = "gtk";
|
||||
};
|
||||
|
||||
xdg.systemDirs.data = [
|
||||
|
|
Loading…
Reference in a new issue