diff options
-rw-r--r-- | etc/guix/home.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index f81b0cd..ea2b02a 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -561,9 +561,9 @@ work-packages)) (services (list - (service (home-service 'clipmenu clipmenu "/bin/clipmenud")) - (service (home-service 'dunst dunst "/bin/dunst")) - (service (home-service 'poweralertd poweralertd "/bin/poweralertd")) + (service (home-service 'clipmenu clipmenu-latest "/bin/clipmenud")) + (service (home-service 'dunst dunst "/bin/dunst")) + (service (home-service 'poweralertd poweralertd "/bin/poweralertd")) (service home-xdg-base-directories-service-type (home-xdg-base-directories-configuration (cache-home (xdg "var/cache")) |