summaryrefslogtreecommitdiff
path: root/home-configuration.scm
diff options
context:
space:
mode:
Diffstat (limited to 'home-configuration.scm')
-rw-r--r--home-configuration.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/home-configuration.scm b/home-configuration.scm
index 4638f0cf..1fdad1e0 100644
--- a/home-configuration.scm
+++ b/home-configuration.scm
@@ -461,6 +461,10 @@ replacement spec (to which `regexp-substitute/global' is applied)."
(simple-service
'terminal-files home-files-service-type
`((".mailcap" ,(local-file "mailcap"))
+ ;; 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 "neomutt/contrib/oauth2/mutt_oauth2.py" #:recursive? #t))
;; GnuPG config files must be in ~/.local/share/gnupg, not ~/.config,
;; so we can't use `home-xdg-configuration-files-service-type'.
(".local/share/gnupg/gpg.conf" ,(local-file "gpg.conf"))