2023-11-19 13:35:28 +01:00
|
|
|
{
|
2024-12-04 10:24:09 +01:00
|
|
|
qt.enable = true;
|
2023-11-19 13:35:28 +01:00
|
|
|
|
2024-12-04 10:24:09 +01:00
|
|
|
nmt.script = ''
|
|
|
|
assertFileRegex home-path/etc/profile.d/hm-session-vars.sh \
|
|
|
|
'QT_PLUGIN_PATH'
|
|
|
|
assertFileRegex home-path/etc/profile.d/hm-session-vars.sh \
|
|
|
|
'QML2_IMPORT_PATH'
|
|
|
|
'';
|
2023-11-19 13:35:28 +01:00
|
|
|
}
|