7 lines
151 B
Scheme
7 lines
151 B
Scheme
|
(define-module (buer files thinkfan)
|
||
|
#:use-module (gnu)
|
||
|
#:export (config))
|
||
|
|
||
|
(define config
|
||
|
(local-file "../../../files/thinkfan/thinkfan.conf"))
|