From f8aa7d1bee708059cffba7ffe5f71adff2e0943b Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 14 Jan 2024 11:17:09 +0100 Subject: Home configuration: break out bash-profile-target --- home-configuration.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'home-configuration.scm') diff --git a/home-configuration.scm b/home-configuration.scm index 3788b06..3bd9d1f 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -31,9 +31,12 @@ ("system-update" . "pull-guix && reconfigure-system && reconfigure-home") ("system-update-" . "pull-guix- && reconfigure-system- && reconfigure-home-"))) +(define bash-profile-target + (string-append config-prefix + ".bash_profile")) + (define bash-profile - (local-file (string-append config-prefix - ".bash_profile") + (local-file bash-profile-target "bash_profile")) (define home-bash-profile -- cgit v1.2.3