This commit is contained in:
joy 2024-08-11 17:10:43 +02:00
parent 6c1cb9a7ec
commit 32d7531758
2 changed files with 15 additions and 6 deletions

View file

@ -5,17 +5,19 @@
# sidebar.enable = true;
# vimKeys = true;
# };
programs.mbsync = {
enable = true;
};
programs.msmtp = {
enable = true;
};
# programs.mbsync = {
# enable = true;
# };
# programs.msmtp = {
# enable = true;
# };
home.packages = with pkgs; [
mutt-wizard
neomutt
msmtp
curl
isync
pass
lynx
notmuch

View file

@ -10,6 +10,13 @@
{
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
";
};
}