diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-11-16 17:46:39 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-11-16 17:46:39 +0530 |
| commit | 9434f518f49c72358835500889dbaecad034632d (patch) | |
| tree | c0c5dc463c0c6a6a47658dafb00614d2887a8bd0 | |
| parent | 6afdc1c9c8567d698755f098415823108ff33712 (diff) | |
| download | nixos-config-9434f518f49c72358835500889dbaecad034632d.tar.gz nixos-config-9434f518f49c72358835500889dbaecad034632d.zip | |
Update rss feed links
Diffstat (limited to '')
| -rw-r--r-- | modules/newsboat.home/public-feed.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/newsboat.home/public-feed.nix b/modules/newsboat.home/public-feed.nix index 5667d44..101d15e 100644 --- a/modules/newsboat.home/public-feed.nix +++ b/modules/newsboat.home/public-feed.nix @@ -24,7 +24,7 @@ in { ]; hidden = [ - { url = "https://www.reddit.com/r/neovim.rss"; tags = ["nvim" "reddit"]; title = "r/neovim"; } + # { url = "https://www.reddit.com/r/neovim.rss"; tags = ["nvim" "reddit"]; title = "r/neovim"; } { url = "https://dotfyle.com/this-week-in-neovim/rss.xml"; tags = ["nvim"]; } { url = "https://dotfyle.com/neovim/plugins/rss.xml"; tags = ["nvim"]; } { url = "https://vimtricks.com/feed/"; tags = ["opensource" "nvim"]; } @@ -53,7 +53,7 @@ in { { url = "https://world.hey.com/dhh/feed.atom"; tags = ["dev-blog"]; } { url = "https://developer.chrome.com/blog/feed.xml"; tags = ["dev-blog"]; } { url = "https://programmingisterrible.com/rss"; tags = ["dev-blog"]; } - { url = "https://vercel.com/atom"; tags = ["dev-blog"]; } + # { url = "https://vercel.com/atom"; tags = ["dev-blog"]; } { url = "https://reacttraining.com/rss.xml"; tags = ["dev-blog"]; } { url = "https://www.developerway.com/rss.xml"; tags = ["dev-blog"]; } { url = "https://blog.haskell.org/atom.xml"; tags = ["dev-blog"]; } @@ -65,7 +65,7 @@ in { { url = "https://dev.to/feed/tag/haskell"; tags = ["dev"]; title = "Haskell - dev.to"; } { url = "https://devblogs.microsoft.com/typescript/feed/"; tags = ["news"]; } - { url = "https://dev.to/feed/tag/typescript"; tags = ["news"]; title = "TS - dev.to"; } + # { url = "https://dev.to/feed/tag/typescript"; tags = ["news"]; title = "TS - dev.to"; } # { url = "https://hnrss.org/frontpage"; tags = ["news"]; } # { url = "https://hackernoon.com/feed"; tags = ["news"]; } { url = "https://nixos.org/blog/announcements-rss.xml"; tags = ["opensource" "news"]; } |
