summaryrefslogtreecommitdiff
path: root/tw/home/cern.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-04-20 14:53:36 +0200
committerTimo Wilken2023-04-20 14:53:36 +0200
commit37569e2c619942c36b0910a5833abb4f765c1464 (patch)
treef16d1190213a56077a0c3f826340d16cdff583df /tw/home/cern.scm
parent54e8cba5acaa3dd37ca351c89f3309c20cea7ba2 (diff)
Split work and home aerc configs apart
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.