lgcoelho--- via Guix-patches via writes: > +(define thinkfan-activation > + (match-record-lambda > + (config-file) > + (when (file-like? config-file) > + (with-imported-modules '((guix build utils)) > + #~(begin > + (use-modules (guix build utils)) > + (copy-file #$config-file "/etc/thinkfan.conf")))))) > + This is not needed as you already specify the config file to use to thinkfan with the -c option. -- Josselin Poiret