From 4267ecbfb60827dd9d85070cf2fa7bff74a6b729 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Tue, 21 Nov 2023 22:25:59 +0100 Subject: Package neomutt's mutt_oauth2.py script This gets rid of the last git submodule. --- tw/home/lap.scm | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'tw/home/lap.scm') diff --git a/tw/home/lap.scm b/tw/home/lap.scm index 9b79fb68..4f68ecd6 100644 --- a/tw/home/lap.scm +++ b/tw/home/lap.scm @@ -35,15 +35,16 @@ #:use-module ((tw packages games) ; (nongnu packages steam-client) #:select (steam-nvidia)) #:use-module (tw home) + #:use-module (tw packages mail) + #:use-module (tw packages scanner) #:use-module (tw services desktop) #:use-module (tw services git) #:use-module (tw services gnupg) - #:use-module (tw packages scanner) #:use-module (tw services restic) #:use-module (tw theme)) (define pim-packages - (list newsboat vdirsyncer khal khard aerc lynx)) ; lynx for HTML mail + (list newsboat vdirsyncer khal khard aerc lynx mutt_oauth2.py)) ; lynx for HTML mail (define pim-services (list @@ -67,12 +68,6 @@ #~(job "0,30 * * * *" ; every half hour (string-append #$(file-append vdirsyncer "/bin/vdirsyncer") " sync")))) - (simple-service 'mail-files home-files-service-type - `(;; 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 "files/neomutt/contrib/oauth2/mutt_oauth2.py" #:recursive? #t)))) - (service home-msmtp-service-type (home-msmtp-configuration (defaults (msmtp-configuration -- cgit v1.2.3