Hi Marc,
"Marc Coquand" <[email protected]> writes: > Hey, > > When I'm running > > guix home reconfigure file.scm -L ~/my-lib/lisp-machine/alacritty.scm This doesn't seem right. -L adds a path to load path where modules are loaded from, not the individual modules. That means it should be `-L ~/my-lib`. Regards Rutherther
