From e1e1fd0993757982c6df9e5c2ee0856e4ed42a5f Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sat, 20 Jan 2024 14:58:14 +0100 Subject: Fix file locations for moved PIM services --- tw/home.scm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'tw/home.scm') 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. -- cgit v1.2.3