diff options
Diffstat (limited to 'etc/guix/home.scm')
-rw-r--r-- | etc/guix/home.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 73486c6..d7943b6 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -2,6 +2,7 @@ ((ice-9 textual-ports) #:prefix textual-ports:) ((guix licenses) #:prefix licenses:) ((xyz euandreh heredoc) #:prefix heredoc:) + ((xyz euandreh queue) #:prefix queue:) (gnu home) (gnu home services) (gnu home services mcron) @@ -34,8 +35,7 @@ (guix git-download) (guix modules) (guix packages) - (guix utils) - (xyz euandreh queue)) + (guix utils)) (heredoc:enable-syntax) @@ -600,9 +600,9 @@ left it off the last time it was used.") work-packages)) (services (list - (service (home-service 'clipmenu clipmenu-latest "/bin/clipmenud")) - (service (home-service 'dunst dunst "/bin/dunst")) - (service (home-service 'poweralertd poweralertd "/bin/poweralertd")) + (service (home-service 'clipmenu queue: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")) |