mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
home: shells: Migrate fish to xdg-configuration-files.
* gnu/home/services/shells.scm (home-fish-service-type): Use new xdg-configuration-files-service-type service. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
9d7248cd87
commit
2c408520f5
1 changed files with 2 additions and 2 deletions
|
@ -586,7 +586,7 @@ (define-configuration home-fish-configuration
|
|||
serialize-fish-abbreviations))
|
||||
|
||||
(define (fish-files-service config)
|
||||
`((".config/fish/config.fish"
|
||||
`(("fish/config.fish"
|
||||
,(mixed-text-file
|
||||
"fish-config.fish"
|
||||
#~(string-append "\
|
||||
|
@ -650,7 +650,7 @@ (define home-fish-service-type
|
|||
(service-type (name 'home-fish)
|
||||
(extensions
|
||||
(list (service-extension
|
||||
home-files-service-type
|
||||
home-xdg-configuration-files-service-type
|
||||
fish-files-service)
|
||||
(service-extension
|
||||
home-profile-service-type
|
||||
|
|
Loading…
Reference in a new issue