diff options
author | EuAndreh <eu@euandre.org> | 2022-10-30 18:52:39 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-30 18:52:41 -0300 |
commit | 6c422221a8ec6dda63eea47e142da707dbc1f157 (patch) | |
tree | 5041bf99bdc6f1f4b54fafc1ea810b298cfbf328 | |
parent | Replace greenclip with clipmenu (diff) | |
download | dotfiles-6c422221a8ec6dda63eea47e142da707dbc1f157.tar.gz dotfiles-6c422221a8ec6dda63eea47e142da707dbc1f157.tar.xz |
etc/guix/home.scm: Include poweralertd in profile
To make the manpage available, mostly.
-rw-r--r-- | etc/guix/home.scm | 4 |
1 files changed, 3 insertions, 1 deletions
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 #"- |