aboutsummaryrefslogtreecommitdiff
path: root/tw/services/desktop.scm
diff options
context:
space:
mode:
authorTimo Wilken2024-06-05 10:17:38 +0200
committerTimo Wilken2024-06-05 13:03:34 +0200
commit4f38e374d1cbf11fae0e49a3dfedfe2115e83c9b (patch)
tree61b92801525259eb57e32574f148ad7f6170d167 /tw/services/desktop.scm
parentb3a722f52a0be3f6d8b4f3fa6ba7b8848cc3a34d (diff)
Pare down work-only calendar sync config
* copy relevant entries into work-only vdirsyncer config * fix CERN Exchange calendar configuration * remove default calendar in khal, so that it works on the work machine
Diffstat (limited to 'tw/services/desktop.scm')
-rw-r--r--tw/services/desktop.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/tw/services/desktop.scm b/tw/services/desktop.scm
index 9ec06bce..28f91e46 100644
--- a/tw/services/desktop.scm
+++ b/tw/services/desktop.scm
@@ -487,7 +487,9 @@ proprietary NVIDIA driver?"))
("aerc/binds.conf" ,(local-file "files/aerc/binds.conf"))
("aerc/filters" ,(local-file "files/aerc/filters" #:recursive? #t))
("aerc/stylesets/catppuccin" ,(local-file "files/aerc/catppuccin.conf"))
- ("vdirsyncer/config" ,(local-file "files/vdirsyncer.conf"))
+ ("vdirsyncer/config" ,(if work?
+ (local-file "files/vdirsyncer.work.conf")
+ (local-file "files/vdirsyncer.conf")))
,@(if work? '()
`(("newsboat/config" ,(local-file "files/newsboat.conf"))
("newsboat/config.catppuccin" ,catppuccin-newsboat))))))