1
0
mirror of https://github.com/kmein/niveum synced 2026-03-30 09:11:10 +02:00

feat: add newsboat

This commit is contained in:
Kierán Meinhardt
2019-09-24 16:44:15 +02:00
parent f3d2f9bb2c
commit 088d5092dc
2 changed files with 11 additions and 0 deletions

10
configs/newsboat.nix Normal file
View File

@@ -0,0 +1,10 @@
{
home-manager.users.me = {
programs.newsboat = {
enable = true;
urls = [
{ url = "https://kmein.github.io/meteora/atom.xml"; tags = [ "poetry" ]; }
];
};
};
}