From e5bc7cfa0ec21f2420af711990bd14a11a1e72a7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 4 Nov 2022 18:01:03 -0300 Subject: etc/guix/home.scm: Align columns of (home-service ...) entries --- etc/guix/home.scm | 4 ++-- 1 file 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"))) -- cgit v1.2.3