mirror of
https://github.com/kmein/niveum
synced 2026-03-30 09:11:10 +02:00
feat: add newsboat
This commit is contained in:
10
configs/newsboat.nix
Normal file
10
configs/newsboat.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
home-manager.users.me = {
|
||||
programs.newsboat = {
|
||||
enable = true;
|
||||
urls = [
|
||||
{ url = "https://kmein.github.io/meteora/atom.xml"; tags = [ "poetry" ]; }
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user