diff options
author | EuAndreh <eu@euandre.org> | 2022-11-04 18:01:41 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-04 18:08:59 -0300 |
commit | 1fcc6d84829d100f29c718af205f8413bf833707 (patch) | |
tree | f86f33290dee96c64296d42d3e0819521ad8c90f | |
parent | etc/guix/home.scm: Align columns of (home-service ...) entries (diff) | |
download | dotfiles-1fcc6d84829d100f29c718af205f8413bf833707.tar.gz dotfiles-1fcc6d84829d100f29c718af205f8413bf833707.tar.xz |
etc/guix/home.scm: Add remhind (home-service ...)
-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 |