fix(homeModules:qt): change platformTheme -> playformTheme.name

This commit is contained in:
ooks-io 2024-05-14 21:08:22 +12:00
parent e896aa25f5
commit bd807e116d

View file

@ -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";
}; };
}; };
} }