From 37569e2c619942c36b0910a5833abb4f765c1464 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Thu, 20 Apr 2023 14:53:36 +0200 Subject: Split work and home aerc configs apart --- tw/home/lap.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tw/home/lap.scm') diff --git a/tw/home/lap.scm b/tw/home/lap.scm index 7b49be9b..7ffa3974 100644 --- a/tw/home/lap.scm +++ b/tw/home/lap.scm @@ -51,7 +51,11 @@ (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" ,(local-file "files/aerc" #:recursive? #t)) + ("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)) ("mutt/muttrc" ,(local-file "files/muttrc")) ("mutt/catppuccin.muttrc" ,catppuccin-muttrc) ("newsboat/config" ,(local-file "files/newsboat.conf")) -- cgit v1.2.3