summaryrefslogtreecommitdiff
path: root/tw/home/cern.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home/cern.scm')
-rw-r--r--tw/home/cern.scm6
1 files changed, 5 insertions, 1 deletions
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.