From dbe4a84403086672b8f9067ccf83cab588fe38e3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 22 Feb 2023 20:57:44 -0300 Subject: etc/guix/home.scm: Use "clipmenu-latest" package From the (xyz euandreh queue) module, for the clipctl(1) functionality. --- etc/guix/home.scm | 6 +++--- 1 file 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")) -- cgit v1.2.3