mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
e4d09d25ae
commit
3be1a982f3
1 changed files with 2 additions and 1 deletions
|
@ -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))))
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue