(define-module (buer files thinkfan) #:use-module (gnu) #:export (config)) (define config (plain-file "thinkfan.conf" "\ fans: - tpacpi: /proc/acpi/ibm/fan sensors: - hwmon: /sys/devices/platform/coretemp.0/hwmon indices: [1,2,3] levels: - [0, 0, 55] - [1, 56, 57] - [2, 58, 59] - [3, 60, 61] - [4, 62, 63] - [5, 64, 65] - [6, 66, 67] - [7, 68, 69] - [\"level full-speed\", 70, 260]"))