mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
home: services: redshift: Use redshift package specified in configuration
* gnu/home/services/desktop.scm (redshift-shepherd-service): Use the redshift package specified by config. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
e5f7c14ef6
commit
2643fa3513
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ (define config-file
|
||||||
;; FIXME: This fails to start if Home is first activated from a
|
;; FIXME: This fails to start if Home is first activated from a
|
||||||
;; non-X11 session.
|
;; non-X11 session.
|
||||||
(start #~(make-forkexec-constructor
|
(start #~(make-forkexec-constructor
|
||||||
(list #$(file-append redshift "/bin/redshift")
|
(list #$(file-append (home-redshift-configuration-redshift config) "/bin/redshift")
|
||||||
"-c" #$config-file)))
|
"-c" #$config-file)))
|
||||||
(stop #~(make-kill-destructor))
|
(stop #~(make-kill-destructor))
|
||||||
(actions (list (shepherd-configuration-action config-file))))))
|
(actions (list (shepherd-configuration-action config-file))))))
|
||||||
|
|
Loading…
Reference in a new issue