home/common/newsboat | add command to email article

This commit is contained in:
Don Harper 2025-06-10 17:23:19 -05:00
parent 0bd6b8aa99
commit 38c9e21a18

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }: {
{ ... }: {
programs.newsboat = {
enable = true;
autoReload = true;
@ -17,6 +17,7 @@
bind-key i quit
bind-key j next
bind-key k prev
bind m article,articlelist pipe-to "neomutt -s\"RSS Article\" don@donharper.org" -- "Email article"
cleanup-on-quit yes
confirm-exit yes
delete-read-articles-on-quit yes