This commit is contained in:
joygnu 2024-08-11 17:10:43 +02:00
parent 2e062b6a84
commit 7e0c431cb0
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
";
};
}