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/cern.scm | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'tw/home/cern.scm') diff --git a/tw/home/cern.scm b/tw/home/cern.scm index e6ceffb0..8f446e3b 100644 --- a/tw/home/cern.scm +++ b/tw/home/cern.scm @@ -23,6 +23,7 @@ #:use-module (tw packages alice) #:use-module (tw packages ci) #:use-module (tw packages catppuccin) + #:use-module (tw packages mail) #:use-module (tw packages xorg) #:use-module (tw gexp) #:use-module (tw services desktop) @@ -33,7 +34,7 @@ (use-package-modules calendar dav mail web-browsers xdisorg xorg) (define pim-packages - (list vdirsyncer khal khard aerc lynx)) ; lynx for HTML mail + (list vdirsyncer khal khard aerc lynx mutt_oauth2.py)) ; lynx for HTML mail (define pim-services (list @@ -42,13 +43,7 @@ ("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)))) - - (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)))))) + ("aerc/stylesets" ,(local-file "files/aerc/stylesets" #:recursive? #t)))))) (define-public %cern-home (home-environment -- cgit v1.2.3