1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-12-26 03:39:47 +01:00
home-manager/tests/modules/misc/qt/qt-basic.nix

11 lines
227 B
Nix
Raw Normal View History

{
2024-12-04 10:24:09 +01:00
qt.enable = true;
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'
'';
}