Hello James,
James Smith via <[email protected]> writes: > I guix package --install-from-file-myapp.scm and during the install process I > would like to > > (mkdir-p "$HOME/.config/myapp") and then > (system* (cp "/gnu/store/.../myapp/config.txt" "$HOME/.config/myapp")) Setting up a package’s configuration files in “$HOME/.config” is one of the main purposes of Guix Home, so I suggest investigate creating a new Guix Home service for your package. -- Thanks Thiago
