Hello, Dustin Lyons 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")