guix home: import: Fix module name for Bash service.

* guix/scripts/home/import.scm (generate-bash-configuration+modules): Change
(gnu home-services bash) to (gnu home-services shells); add (guix gexp).

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Xinglu Chen 2021-10-30 12:42:34 +02:00 committed by Ludovic Courtès
parent e4d09d25ae
commit 3be1a982f3
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -60,7 +60,8 @@ (define (destination-append path)
(list (slurp-file-gexp
(local-file ,logout)))))
'())))
(gnu home-services bash))))
(guix gexp)
(gnu home services shells))))