mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
home: services: fish: Fix incorrect ".config" file name.
This is a followup to 5832d9fb60
.
* gnu/home/services/shells.scm (fish-files-service): Change "config/"
to ".config/".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
09fcd191e1
commit
f2eb0d3922
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ (define-configuration home-fish-configuration
|
||||||
serialize-fish-abbreviations))
|
serialize-fish-abbreviations))
|
||||||
|
|
||||||
(define (fish-files-service config)
|
(define (fish-files-service config)
|
||||||
`(("config/fish/config.fish"
|
`((".config/fish/config.fish"
|
||||||
,(mixed-text-file
|
,(mixed-text-file
|
||||||
"fish-config.fish"
|
"fish-config.fish"
|
||||||
#~(string-append "\
|
#~(string-append "\
|
||||||
|
|
Loading…
Reference in a new issue