Hello there,
I'm running Guix on a foreign distribution (Arch Linux). I've recently
migrated to systemd-homed ceding absolute control of my home directory
to it in the process. Any way, the premise of systemd-homed is to
provide portable, encrypted home directories "independent" of the host
system
Hi Felix!
On Wed, Jul 03 2024, Felix Lechner via wrote:
> '#$something
This expands to a quoted form, so whatever "something" splices in ends
up quoted in the output.
> (list #$@something)
This expands to a (list ...) form, where the elements of "something" end
up spliced as the list elements.