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; # 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

View file

@ -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
";
}; };
} }