2021-03-04 04:20:17 +01:00
|
|
|
{
|
|
|
|
config = {
|
|
|
|
qt = {
|
|
|
|
enable = true;
|
2024-03-20 08:41:18 +01:00
|
|
|
platformTheme.name = "gtk";
|
2021-03-04 04:20:17 +01:00
|
|
|
};
|
2023-10-18 17:15:49 +02:00
|
|
|
i18n.inputMethod.enabled = "fcitx5";
|
2021-03-04 04:20:17 +01:00
|
|
|
|
|
|
|
nmt.script = ''
|
|
|
|
assertFileRegex home-path/etc/profile.d/hm-session-vars.sh \
|
|
|
|
'QT_QPA_PLATFORMTHEME="gtk2"'
|
2023-10-18 13:54:36 +02:00
|
|
|
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'
|
2021-03-04 04:20:17 +01:00
|
|
|
'';
|
|
|
|
};
|
|
|
|
}
|