From 6c422221a8ec6dda63eea47e142da707dbc1f157 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 30 Oct 2022 18:52:39 -0300 Subject: etc/guix/home.scm: Include poweralertd in profile To make the manpage available, mostly. --- etc/guix/home.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 102ad5a..b59aa9b 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -256,7 +256,9 @@ (extensions (list (service-extension home-shepherd-service-type - poweralertd-shepherd-services))) + poweralertd-shepherd-services) + (service-extension home-profile-service-type + (lambda _ (list poweralertd))))) (default-value '()) (description #"- -- cgit v1.2.3