1 --- a/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp
2 +++ b/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp
3 @@ -2131,6 +2131,11 @@ static void supR3HardenedMainPurgeEnvironment(char **envp)
4 /** @todo Call NT API to do the same. */
9 + * NixOS hack: Set QT_PLUGIN_PATH to make Qt find plugins.
11 + setenv("QT_PLUGIN_PATH", "@qtPluginPath@", /*overwrite=*/ 1);