help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RedShift


From: Raghav Gururajan
Subject: Re: RedShift
Date: Sat, 12 Nov 2022 06:23:09 -0500

Felix,

Please save the snippet below as services/redshift.scm and 'load' in
your home configuration like this

  (services
   (list
    (load "service/redshift.scm")))

Thanks!

Should the `services/redshift.scm` be in same directory as 'home-config.scm'?

* * *

(use-modules
  (gnu home services desktop))

(service home-redshift-service-type
          (home-redshift-configuration
           (location-provider 'manual)
           ;; Fremont, Calif.
           (latitude 37.5)
           (longitude -122.0)))

Also, how would this be different from adding `(service home-redshift-service-type)` directly in home configuration?

Regards,
RG.

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]