aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2024-01-20 14:58:14 +0100
committerTimo Wilken2024-01-20 14:58:14 +0100
commite1e1fd0993757982c6df9e5c2ee0856e4ed42a5f (patch)
tree1d2464f84861e8208dbfc942f61b98c941d7cf3f
parent081016cf46a2b283c4f7e9a50d7ad987af8a76d1 (diff)
Fix file locations for moved PIM services
-rw-r--r--tw/home.scm18
1 files changed, 9 insertions, 9 deletions
diff --git a/tw/home.scm b/tw/home.scm
index 34bf83f7..91afa373 100644
--- a/tw/home.scm
+++ b/tw/home.scm
@@ -593,16 +593,16 @@ show_border=1
(define-public %pim-services
(list
(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/accounts.conf" ,(local-file "files/aerc/accounts.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))
- ("newsboat/config" ,(local-file "files/newsboat.conf"))
+ `(("khal/config" ,(local-file "home/files/khal.conf"))
+ ("khard/khard.conf" ,(local-file "home/files/khard.conf"))
+ ("aerc/accounts.conf" ,(local-file "home/files/aerc/accounts.conf"))
+ ("aerc/aerc.conf" ,(local-file "home/files/aerc/aerc.conf"))
+ ("aerc/binds.conf" ,(local-file "home/files/aerc/binds.conf"))
+ ("aerc/filters" ,(local-file "home/files/aerc/filters" #:recursive? #t))
+ ("aerc/stylesets" ,(local-file "home/files/aerc/stylesets" #:recursive? #t))
+ ("newsboat/config" ,(local-file "home/files/newsboat.conf"))
("newsboat/config.catppuccin" ,catppuccin-newsboat)
- ("vdirsyncer/config" ,(local-file "files/vdirsyncer.conf"))))
+ ("vdirsyncer/config" ,(local-file "home/files/vdirsyncer.conf"))))
;; To avoid popping up a password prompt every time these run, gpg-agent
;; needs a long-enough default-cache-ttl.