diff options
-rw-r--r-- | etc/guix/home.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 28e0c6d..c62c0fe 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -30,7 +30,8 @@ (guix git-download) (guix modules) (guix packages) - (guix utils)) + (guix utils) + (xyz euandreh queue)) (heredoc:enable-syntax) (define-public hunspell-iconv @@ -335,7 +336,6 @@ rlwrap direnv borg - remhind khal khard libfaketime @@ -547,6 +547,7 @@ (service (home-service 'clipmenu clipmenu "/bin/clipmenud")) (service (home-service 'dunst dunst "/bin/dunst")) (service (home-service 'poweralertd poweralertd "/bin/poweralertd")) + (service (home-service 'remhind remhind "/bin/remhind")) (simple-service 'my-shell-profile home-shell-profile-service-type (list (plain-file "my-profile" ". ~/.usr/etc/sh/rc"))) (service home-mcron-service-type |