home-environments: radio: Set GUILE_LOAD_PATH in the interactive shell

pull/1/head
Luis Guilherme Coelho 2023-12-30 23:36:55 -03:00
parent 5328183033
commit 69f0fcf8d5
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 6 additions and 6 deletions

View File

@ -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")