fix(homeModules:qt): change platformTheme -> playformTheme.name
This commit is contained in:
parent
e896aa25f5
commit
bd807e116d
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ in
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
qt = {
|
qt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
platformTheme = "gtk";
|
platformTheme.name = "gtk";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue