(define-module (home-config git) #:use-module (guix gexp) #:use-module (home utils) #:export (git-home)) (define git-home (simple-file-home (local-file "files/gitconfig") ".gitconfig"))