radix/operating-systems/buer/files/thinkfan.scm

7 lines
151 B
Scheme
Raw Normal View History

(define-module (buer files thinkfan)
2023-08-06 02:30:22 +00:00
#:use-module (gnu)
#:export (config))
2023-08-06 02:30:22 +00:00
(define config
(local-file "../../../files/thinkfan/thinkfan.conf"))