mirror of https://codeberg.org/anemofilia/zero
home-environments: radio: Add guile ccache in .guix-home/profile to GUILE_LOAD_COMPILED_PATH
parent
f597cb8db6
commit
3b6248def6
|
@ -490,7 +490,15 @@
|
|||
"~@{:~a/share/guile/site/3.0~}"
|
||||
'($HOME/.guix-home/profile
|
||||
$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
|
||||
home-environment-variables-service-type
|
||||
`(("QT_QPA_PLATFORM" . "wayland;xcb")
|
||||
|
|
Loading…
Reference in New Issue