me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 1 deletions

View File

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