Hi Laurence, Laurence Rochfort <laurence.rochf...@gmail.com> writes:
> guix home: error: canonicalize-path: No such file or directory: > "/home/XXXXXXX/src/guix-config/src/guix-config/.bashrc" It's hard to tell without seeing your home-configuration.scm, but my instinct is that you're using `home-files-service-type` or something else that requires you to specify files to operate on, and that it isn't finding the file you specified. Try specifying all file paths in home-configuration.scm as absolute paths instead. (I'm just guessing here)