summaryrefslogtreecommitdiff
path: root/tw/home/lap.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-04-21 18:37:09 +0200
committerTimo Wilken2023-04-21 18:37:09 +0200
commite52b0e713c21bcc024c14dbfcffd39a9aeaa9650 (patch)
tree0e03461fd7b97e32af69d52c8b934b4aecebc749 /tw/home/lap.scm
parente1b82e7b5634a5a8134b841e0dc1a4291039747f (diff)
Fix file locations
Diffstat (limited to 'tw/home/lap.scm')
-rw-r--r--tw/home/lap.scm10
1 files 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