help-guix
[Top][All Lists]
Advanced

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

Re: RedShift


From: Felix Lechner
Subject: Re: RedShift
Date: Fri, 11 Nov 2022 22:10:35 -0800

Hi Raghav,

On Fri, Nov 11, 2022 at 8:26 PM Raghav Gururajan
<rg@raghavgururajan.name> wrote:
>
> Unfortunately, that didn't work either.

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

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

Hope that helps!

Kind regards
Felix Lechner

* * *

(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)))



reply via email to

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