From 2355d03f92f9df194bf7fa5406edccbd8670186d Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Thu, 27 Mar 2025 20:24:45 +0100 Subject: [PATCH] remove relative paths to zsh configuration files --- snamellit/common.scm | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/snamellit/common.scm b/snamellit/common.scm index faf21b5..4dfdebe 100644 --- a/snamellit/common.scm +++ b/snamellit/common.scm @@ -200,16 +200,7 @@ "source `guix locate fzf | grep bash_completion | awk -e '{print $2}'`" ))))))) (service home-zsh-service-type - (home-zsh-configuration - (zshrc - (list - (local-file "../../../base/zshrc" "zshrc"))) - (zlogin - (list - (local-file "../../../base/zlogin" "zlogin"))) - (zprofile - (list - (local-file "../../../base/zprofile" "zprofile"))))) + (home-zsh-configuration)) (simple-service 'variant-packages-service home-channels-service-type (list (channel