home-environments: radio: Fix GUILE_LOAD_PATH (again)

pull/1/head
Luis Guilherme Coelho 2024-01-01 05:11:34 -03:00
parent 23a62afb2e
commit c698972f5c
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 2 additions and 2 deletions

View File

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