@civodul Why not to include the common Guix's modules to load as an entry point? To reduce the number of representative commands:
```
scheme@(guix-user)> ,use (guix)
scheme@(guix-user)> ,use (gnu packages base)
```
Maybe (guix), (guix utils) and some others.
@sharlatan There are situations where having ‘guix repl’ load stuff upfront is not desirable (I can’t recall the details off the top of my head).