(define-module (radio files fish) #:use-module (gnu) #:export (functions custom-functions config)) (define functions (local-file "../../../files/fish/functions" #:recursive? #t)) (define custom-functions (local-file "../../../files/fish/functions/fish_custom_functions.fish")) (define config (local-file "../../../files/fish/conf.d" #:recursive? #t))