aboutsummaryrefslogtreecommitdiff
path: root/tw/home.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home.scm')
-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.