diff --git a/home/common/newsboat.nix b/home/common/newsboat.nix index 214289c..c3ff837 100644 --- a/home/common/newsboat.nix +++ b/home/common/newsboat.nix @@ -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