mirror of
https://github.com/nix-community/home-manager
synced 2024-10-31 16:29:44 +01:00
qt: use xdg.configHome instead of hard-coding
This commit is contained in:
parent
f77d6b7a2d
commit
bc2b7d4f09
1 changed files with 1 additions and 1 deletions
|
@ -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+
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue