# Pastebin sWbVDzyL (use-modules (gnu home) (gnu home services) (gnu services) (guix gexp)) (home-environment (services (list (simple-service 'hello home-files-service-type `(("hello/hi.sh" ,(plain-file "hi.txt" "hello")))) (simple-service 'hi home-files-service-type `(("hello" ,(plain-file "hi.txt" "hello")))))))