- (xdg-home [default=(get-environment-variable "HOME")])parameter
The xdg-*-home procedures will use the value of this parameter to determine the user home directory to use.
This parameter can be changed to deploy XDG directories under the home directory of a different user without changing the HOME environment variable. Example:
(parameterize ((xdg-home "/home/another-user")) (do-something-with (xdg-config-home)))