From c2471f212ed2336c691af881e00932c1eb0a1b27 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Wed, 15 Feb 2023 23:27:53 +0100 Subject: Use aerc for mail by default But keep neomutt installed for now, just in case. --- tw/home/lap.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tw/home/lap.scm') diff --git a/tw/home/lap.scm b/tw/home/lap.scm index 5c369773..6fb7d785 100644 --- a/tw/home/lap.scm +++ b/tw/home/lap.scm @@ -40,13 +40,14 @@ terminals video web-browsers wm xdisorg xorg) (define pim-packages - (list newsboat vdirsyncer khal khard neomutt mailcap lynx)) ; lynx for HTML mail + (list newsboat vdirsyncer khal khard aerc neomutt mailcap lynx)) ; lynx for HTML mail (define 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" ,(local-file "files/aerc" #:recursive? #t)) ("mutt/muttrc" ,(local-file "files/muttrc")) ("mutt/catppuccin.muttrc" ,catppuccin-muttrc) ("newsboat/config" ,(local-file "files/newsboat.conf")) -- cgit v1.2.3