diff options
author | Maya <maya.omase@protonmail.com> | 2022-04-17 19:05:48 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-04-29 00:33:45 +0200 |
commit | f2eb0d39226103e78c8178170f6babc0ec6621b9 (patch) | |
tree | 361644510c2571a07e48ca6b602895f91857ec5d | |
parent | 09fcd191e14824dc9569611d6b2d4e423ef5b106 (diff) |
home: services: fish: Fix incorrect ".config" file name.
This is a followup to 5832d9fb601c7d4ec5380654db2b62b906bc658f.
* gnu/home/services/shells.scm (fish-files-service): Change "config/"
to ".config/".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/home/services/shells.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/home/services/shells.scm b/gnu/home/services/shells.scm index d96c951cd8..fd0a8397f6 100644 --- a/gnu/home/services/shells.scm +++ b/gnu/home/services/shells.scm @@ -586,7 +586,7 @@ when typed in the shell, will automatically expand to the full text." serialize-fish-abbreviations)) (define (fish-files-service config) - `(("config/fish/config.fish" + `((".config/fish/config.fish" ,(mixed-text-file "fish-config.fish" #~(string-append "\ |