diff options
| -rw-r--r-- | modules/rss/feeds.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/rss/feeds.nix b/modules/rss/feeds.nix index 6f7ce8e..2b98dd2 100644 --- a/modules/rss/feeds.nix +++ b/modules/rss/feeds.nix @@ -23,6 +23,7 @@ in { url = "https://programmingisterrible.com/rss"; title = "Programming is terrible"; } { url = "https://reacttraining.com/rss.xml"; title = "React Training"; } { url = "https://www.developerway.com/rss.xml"; title = "Developer way"; } + { url = "https://gpanders.com/index.xml"; title = "GPanders (neovim)"; } ]; "Reddit" = [ |
