From 53eb6d2a0cc1d66b49e0916d8d13fcc403608296 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 31 Oct 2022 01:09:45 +0100 Subject: Home configuration: break out bash-profile-target --- home-configuration.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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