radix/home-environments/radio/files/fish.scm

18 lines
420 B
Scheme

(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))