From 69f0fcf8d5c6d23f0c8af695aa3fee7a6c685d3d Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Sat, 30 Dec 2023 23:36:55 -0300 Subject: [PATCH] home-environments: radio: Set GUILE_LOAD_PATH in the interactive shell --- home-environments/radio.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/home-environments/radio.scm b/home-environments/radio.scm index 445fa93..1af0db4 100644 --- a/home-environments/radio.scm +++ b/home-environments/radio.scm @@ -222,6 +222,12 @@ (config (list file:fish-custom-functions)) (environment-variables `(("GPG_TTY" . "(tty)") + ("GUILE_LOAD_PATH" + . ,(format #f "~a~@{:~a/share/guile/site/3.0~}" + "$HOME/areas/code/scm/radix" + "$HOME/.guix-home/profile" + "$XDG_CONFIG_HOME/guix/current" + "/run/current-system/profile")) ("fish_complete_path" . ,(format #f "$fish_complete_path~@{ ~a/fish/completions}" "$HOME/.guix-home/profile/share")))) @@ -469,12 +475,6 @@ #|Guile|# ("GUILE_WARN_DEPRECATED" . "detailed") ("GUILE_HISTORY" . "$XDG_CACHE_HOME/guile/history") - ("GUILE_LOAD_PATH" - . ,(format #f "~a~@{:~a/share/guile/site/3.0~}" - "$HOME/areas/code/scm/radix" - "$HOME/.guix-home/profile" - "$XDG_CONFIG_HOME/guix/current" - "/run/current-system/profile")) #|Guix|# ("GUIX_PROFILE" . "$XDG_CONFIG_HOME/guix/current")