Hello,

Dustin Lyons <m...@dustinlyons.co> writes:

> I had a working guix home configuration, happily importing all of my
> dotfiles into the guix store, but a most recent guix pull broke it. […]

home-bash-configuration and other service configurations accept only
file-like objects (no strings), so to make it work you could use:

(plain-file "bashrc" "# configuration string
# another configuration string")

Attachment: signature.asc
Description: PGP signature

Reply via email to