read-print: Add rule for 'home-bash-configuration'.

* guix/read-print.scm (%newline-forms): Add 'home-bash-configuration'.
This commit is contained in:
Ludovic Courtès 2022-09-20 11:52:39 +02:00
parent 7a698da0d0
commit d0a1e48944
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -337,7 +337,8 @@ (define %newline-forms
('services '(operating-system))
('set-xorg-configuration '())
('services '(home-environment))))
('services '(home-environment))
('home-bash-configuration '(service))))
(define (prefix? candidate lst)
"Return true if CANDIDATE is a prefix of LST."