(use-modules (guix gexp) (gnu home) (gnu home services) (gnu packages base) (gnu services)) (home-environment (services (list (simple-service 'add-environment-variable home-environment-variables-service-type `(("PACKAGE" . ,(file-append hello "/bin/hello")))))))