Hi Raghav,
On Fri, Nov 11, 2022 at 8:26 PM Raghav Gururajan
<[email protected]> 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)))