[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: home: shells: Migrate fish to xdg-configuration-files.
From: |
guix-commits |
Subject: |
02/08: home: shells: Migrate fish to xdg-configuration-files. |
Date: |
Fri, 29 Apr 2022 12:09:39 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 2c408520f59ce7a2638dccab7017e2fcb41292a0
Author: Bastien Rivière <me@babariviere.com>
AuthorDate: Tue Apr 26 19:31:11 2022 +0200
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>
---
gnu/home/services/shells.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/home/services/shells.scm b/gnu/home/services/shells.scm
index fd0a8397f6..fd5a66090d 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"
+ `(("fish/config.fish"
,(mixed-text-file
"fish-config.fish"
#~(string-append "\
@@ -650,7 +650,7 @@ end\n\n")
(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
- branch master updated (653eef9b41 -> c1719a0adf), guix-commits, 2022/04/29
- 01/08: services: Add missing 'description' fields., guix-commits, 2022/04/29
- 03/08: gnu: lensfun: Update to 0.3.3., guix-commits, 2022/04/29
- 02/08: home: shells: Migrate fish to xdg-configuration-files.,
guix-commits <=
- 04/08: gnu: zsh: Build and install info pages., guix-commits, 2022/04/29
- 06/08: gnu: Add python-flatten-json., guix-commits, 2022/04/29
- 05/08: gnu: Add envytools., guix-commits, 2022/04/29
- 07/08: tests: Avoid starting services to check whether they're running., guix-commits, 2022/04/29
- 08/08: publish: Send uncached narinfo replies from the main thread., guix-commits, 2022/04/29