diff options
author | EuAndreh <eu@euandre.org> | 2022-11-15 09:22:45 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-15 09:23:06 -0300 |
commit | 1d4a56ae4ffde87c5396171708722a3f7689c4a2 (patch) | |
tree | 63c642d0402905633dc2d260e4619b0d6c863e1d /etc | |
parent | Revert "etc/sh/rc: Remove ~/.bashrc symlink" (diff) | |
download | dotfiles-1d4a56ae4ffde87c5396171708722a3f7689c4a2.tar.gz dotfiles-1d4a56ae4ffde87c5396171708722a3f7689c4a2.tar.xz |
Revert "etc/guix/home.scm: Add remhind (home-service ...)"
This reverts commit 1fcc6d84829d100f29c718af205f8413bf833707.
Diffstat (limited to 'etc')
-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")) |