home-environments: radio: Add guile ccache in .guix-home/profile to GUILE_LOAD_COMPILED_PATH

impermanence
Luis Guilherme Coelho 2024-07-31 21:31:25 -03:00
parent f597cb8db6
commit 3b6248def6
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 9 additions and 1 deletions

View File

@ -490,7 +490,15 @@
"~@{:~a/share/guile/site/3.0~}" "~@{:~a/share/guile/site/3.0~}"
'($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)))
("GUILE_LOAD_COMPILED_PATH"
. ,(apply format #f "~a~@{:~a~}"
(flat-map (lambda (profile path)
(format #f "~a/~a" profile path))
'($HOME/.guix-home/profile
/run/current-system/profile)
'(lib/guile/3.0/site-ccache
share/guile/site/3.0))))))
(simple-service 'home-wayland-environment-variables (simple-service 'home-wayland-environment-variables
home-environment-variables-service-type home-environment-variables-service-type
`(("QT_QPA_PLATFORM" . "wayland;xcb") `(("QT_QPA_PLATFORM" . "wayland;xcb")