mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-06 00:36:55 +00:00
10 lines
227 B
Nix
10 lines
227 B
Nix
{
|
|
qt.enable = true;
|
|
|
|
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'
|
|
'';
|
|
}
|