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

17 lines
416 B
Scheme
Raw Normal View History

(define-module (radio files fish)
2023-08-06 02:30:22 +00:00
#:use-module (gnu)
#:export (functions
custom-functions
2023-10-29 18:17:51 +00:00
config))
2023-08-06 02:30:22 +00:00
(define functions
(local-file "../../../files/fish/functions"
#:recursive? #t))
(define custom-functions
(local-file "../../../files/fish/functions/fish_custom_functions.fish"))
2023-10-29 18:17:51 +00:00
(define config
(local-file "../../../files/fish/conf.d"
#:recursive? #t))