From 37569e2c619942c36b0910a5833abb4f765c1464 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Thu, 20 Apr 2023 14:53:36 +0200 Subject: Split work and home aerc configs apart --- tw/home/cern.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tw/home/cern.scm') diff --git a/tw/home/cern.scm b/tw/home/cern.scm index 674f0927..2957fd8b 100644 --- a/tw/home/cern.scm +++ b/tw/home/cern.scm @@ -47,7 +47,11 @@ (simple-service 'pim-config home-xdg-configuration-files-service-type `(("khal/config" ,(local-file "files/khal.conf")) ("khard/khard.conf" ,(local-file "files/khard.conf")) - ("aerc" ,(local-file "files/aerc" #:recursive? #t)) + ("aerc/accounts.conf" ,(local-file "files/aerc/accounts.work.conf")) + ("aerc/aerc.conf" ,(local-file "files/aerc/aerc.conf")) + ("aerc/binds.conf" ,(local-file "files/aerc/binds.conf")) + ("aerc/filters" ,(local-file "files/aerc/filters" #:recursive? #t)) + ("aerc/stylesets" ,(local-file "files/aerc/stylesets" #:recursive? #t)) ("vdirsyncer/config" ,(local-file "files/vdirsyncer.conf")))) ;; These cron jobs are annoying because they pop up a password prompt every time they run. -- cgit v1.2.3