From e52b0e713c21bcc024c14dbfcffd39a9aeaa9650 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Fri, 21 Apr 2023 18:37:09 +0200 Subject: Fix file locations --- tw/home/lap.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tw/home/lap.scm b/tw/home/lap.scm index 728f0f9f..c2ce6fa7 100644 --- a/tw/home/lap.scm +++ b/tw/home/lap.scm @@ -45,16 +45,16 @@ (define pim-services (list (simple-service 'pim-config home-xdg-configuration-files-service-type - `(("khal/config" ,(local-file "home/files/khal.conf")) - ("khard/khard.conf" ,(local-file "home/files/khard.conf")) + `(("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 "home/files/newsboat.conf")) + ("newsboat/config" ,(local-file "files/newsboat.conf")) ("newsboat/config.catppuccin" ,catppuccin-newsboat) - ("vdirsyncer/config" ,(local-file "home/files/vdirsyncer.conf")))) + ("vdirsyncer/config" ,(local-file "files/vdirsyncer.conf")))) ;; These cron jobs are annoying because they pop up a password prompt every time they run. ;; (simple-service 'pim-cronjobs home-mcron-service-type @@ -67,7 +67,7 @@ `(;; The file from git main is newer than the one bundled with the ;; packaged neomutt version and contains a few fixes. (".local/bin/mutt_oauth2.py" - ,(local-file "home/files/neomutt/contrib/oauth2/mutt_oauth2.py" #:recursive? #t)))))) + ,(local-file "files/neomutt/contrib/oauth2/mutt_oauth2.py" #:recursive? #t)))))) (define-public %lap-home (home-environment -- cgit v1.2.3