qt: use xdg.configHome instead of hard-coding

(cherry picked from commit bc2b7d4f09)
This commit is contained in:
Tadeo Kondrak 2019-03-27 13:51:29 -06:00 committed by Robert Helgesson
parent 2fa6dd4cf5
commit 9d23f09790
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -35,7 +35,7 @@ in
home.activation.useGtkThemeInQt4 = dag.entryAfter ["writeBoundary"] ''
$DRY_RUN_CMD ${pkgs.crudini}/bin/crudini $VERBOSE_ARG \
--set $HOME/.config/Trolltech.conf Qt style GTK+
--set "${config.xdg.configHome}/Trolltech.conf" Qt style GTK+
'';
};
}