diff options
-rw-r--r-- | home-configuration.scm | 7 |
1 files 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 |