diff options
-rw-r--r-- | etc/guix/home.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index a0773c1..a6c222c 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -32,8 +32,7 @@ (guix git-download) (guix modules) (guix packages) - (guix utils) - (xyz euandreh queue)) + (guix utils)) (heredoc:enable-syntax) (define-public hunspell-iconv @@ -604,7 +603,6 @@ (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")) (service home-xdg-base-directories-service-type (home-xdg-base-directories-configuration (cache-home (xdg "var/cache")) |