diff options
author | EuAndreh <eu@euandre.org> | 2022-11-04 18:01:03 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-04 18:01:03 -0300 |
commit | e5bc7cfa0ec21f2420af711990bd14a11a1e72a7 (patch) | |
tree | 9bb3bbda7bef4de2be802f5009c5a12cdeae8f72 | |
parent | etc/remhind/config.tmpl: Add remhind config template, and generate it in Make... (diff) | |
download | dotfiles-e5bc7cfa0ec21f2420af711990bd14a11a1e72a7.tar.gz dotfiles-e5bc7cfa0ec21f2420af711990bd14a11a1e72a7.tar.xz |
etc/guix/home.scm: Align columns of (home-service ...) entries
-rw-r--r-- | etc/guix/home.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index c85342c..28e0c6d 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -544,8 +544,8 @@ "/sh/cronjob.sh")))))) (services (list - (service (home-service 'clipmenu clipmenu "/bin/clipmenud")) - (service (home-service 'dunst dunst "/bin/dunst")) + (service (home-service 'clipmenu clipmenu "/bin/clipmenud")) + (service (home-service 'dunst dunst "/bin/dunst")) (service (home-service 'poweralertd poweralertd "/bin/poweralertd")) (simple-service 'my-shell-profile home-shell-profile-service-type (list (plain-file "my-profile" ". ~/.usr/etc/sh/rc"))) |