(define-module (home utils) #:export (home-file)) (define (home-file outputs . path) (apply string-append (assoc-ref outputs "out") "/" path))