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>
1 files changed, 1 insertions(+), 1 deletions(-) M gnu/home/services/desktop.scm
M gnu/home/services/desktop.scm => gnu/home/services/desktop.scm +1 -1
@@ 172,7 172,7 @@ format.")) ;; FIXME: This fails to start if Home is first activated from a ;; non-X11 session. (start #~(make-forkexec-constructor (list #$(file-append redshift "/bin/redshift") (list #$(file-append (home-redshift-configuration-redshift config) "/bin/redshift") "-c" #$config-file))) (stop #~(make-kill-destructor)) (actions (list (shepherd-configuration-action config-file))))))