home-environments: radio: Add more directories to GUILE_LOAD_PATH
parent
5a3632d739
commit
7f1046fe39
|
@ -285,6 +285,7 @@
|
|||
`(,@fish-abbreviations:user-dirs
|
||||
,@fish-abbreviations:extensions
|
||||
,@fish-abbreviations:channels
|
||||
,@fish-abbreviations:config
|
||||
,@fish-abbreviations:quick-edit
|
||||
,@fish-abbreviations:bookmarks
|
||||
,@fish-abbreviations:history
|
||||
|
@ -304,13 +305,16 @@
|
|||
("GUILE_WARN_DEPRECATED" . "detailed")
|
||||
("GUILE_HISTORY" . "$XDG_CACHE_HOME/guile/history")
|
||||
("GUILE_LOAD_PATH"
|
||||
. ,(format #f "~a:~a:~a~@{:~a/share/guile/site/3.0~}"
|
||||
"$HOME/areas/code/scm"
|
||||
"$HOME/areas/code/scm/ajatt"
|
||||
"$HOME/areas/code/scm/radix/modules"
|
||||
"$HOME/.guix-home/profile"
|
||||
"$XDG_CONFIG_HOME/guix/current"
|
||||
"/run/current-system/profile"))
|
||||
. ,(format #f "$HOME/areas/code/scm~?~?"
|
||||
"~@{:$HOME/areas/code/scm/~a~}"
|
||||
'(ajatt
|
||||
radix/modules
|
||||
radix/home-environments
|
||||
radix/operating-systems)
|
||||
"~@{:~a/share/guile/site/3.0~}"
|
||||
'($HOME/.guix-home/profile
|
||||
$XDG_CONFIG_HOME/guix/current
|
||||
/run/current-system/profile)))
|
||||
|
||||
#|Language|#
|
||||
("LANG" . "en_US.UTF-8")
|
||||
|
|
Loading…
Reference in New Issue