newsboat
This commit is contained in:
parent
6c1cb9a7ec
commit
32d7531758
|
@ -5,17 +5,19 @@
|
||||||
# sidebar.enable = true;
|
# sidebar.enable = true;
|
||||||
# vimKeys = true;
|
# vimKeys = true;
|
||||||
# };
|
# };
|
||||||
programs.mbsync = {
|
# programs.mbsync = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
};
|
# };
|
||||||
programs.msmtp = {
|
# programs.msmtp = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
};
|
# };
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
mutt-wizard
|
mutt-wizard
|
||||||
neomutt
|
neomutt
|
||||||
|
msmtp
|
||||||
curl
|
curl
|
||||||
|
isync
|
||||||
pass
|
pass
|
||||||
lynx
|
lynx
|
||||||
notmuch
|
notmuch
|
||||||
|
|
|
@ -10,6 +10,13 @@
|
||||||
{
|
{
|
||||||
url = "https://lukesmith.xyz/rss.xml";
|
url = "https://lukesmith.xyz/rss.xml";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
url = "https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
extraConfig = "
|
||||||
|
bind-key j down
|
||||||
|
bind-key k up
|
||||||
|
";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue