home-environments: radio: Fix GUILE_LOAD_PATH

pull/1/head
Luis Guilherme Coelho 2023-12-31 14:42:35 -03:00
parent 7f24d39112
commit 5961dacc4a
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 3 additions and 2 deletions

View File

@ -230,8 +230,9 @@
("GUILE_WARN_DEPRECATED" . "detailed") ("GUILE_WARN_DEPRECATED" . "detailed")
("GUILE_HISTORY" . "$XDG_CACHE_HOME/guile/history") ("GUILE_HISTORY" . "$XDG_CACHE_HOME/guile/history")
("GUILE_LOAD_PATH" ("GUILE_LOAD_PATH"
. ,(format #f "~a~@{:~a/share/guile/site/3.0~}" . ,(format #f "~a:~a~@{:~a/share/guile/site/3.0~}"
"$HOME/areas/code/scm/radix" "$HOME/areas/code/scm/"
"$HOME/areas/code/scm/radix/modules/"
"$HOME/.guix-home/profile" "$HOME/.guix-home/profile"
"$XDG_CONFIG_HOME/guix/current" "$XDG_CONFIG_HOME/guix/current"
"/run/current-system/profile")) "/run/current-system/profile"))