Hi, Oleander! Would you mind sharing what error you have?
Oleander via <help-guix@gnu.org> writes: > I've tried without success: > > (services > (append > (list ...) > bar > (modify-services %base-services... I don't think there is anything wrong with what you are trying (guile-user)> (let ((a (list 3 4))) (append (list 1 2) a)) (1 2 3 4) -- Fernando