(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, 50] - [1, 48, 52] - [2, 50, 54] - [3, 52, 62] - [4, 60, 64] - [5, 62, 66] - [6, 64, 68] - [7, 66, 70] - [\"level full-speed\", 68, 260]"))